Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
agkyra
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
itminedu
agkyra
Commits
faf8da51
Commit
faf8da51
authored
9 years ago
by
Giorgos Korfiatis
Browse files
Options
Downloads
Patches
Plain Diff
Fix packaging instructions for OSX
parent
08ee4a4c
No related branches found
Branches containing commit
Tags
v2.4.2+ippool3
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-4
5 additions, 4 deletions
README.md
with
5 additions
and
4 deletions
README.md
+
5
−
4
View file @
faf8da51
...
...
@@ -27,7 +27,7 @@ operating system, visit `https://www.python.org/downloads/`.
Explorer. You will be prompted to accept the website's certificate. Do so
and then retry step 2.
### Packaging for Windows
and OSX
### Packaging for Windows
A package for Windows, that fully contains dependencies and the
Python framework, can be created with PyInstaller.
...
...
@@ -57,9 +57,9 @@ a script based on `wheel`.
1.
Run
`pip install wheel`
.
2.
Run
`make_package.sh`
. This will make the application under
`dist/agkyra`
on Linux and
`dist/agkyra.app`
on OSX
.
`dist/agkyra`
.
*
The sqlite3 version
3.8.5
that comes with Mac OS X 10.10 does not
*
The sqlite3 version that comes with Mac OS X
>=
10.10 does not
work properly. You can build agkyra with a newer sqlite3
library. Assuming you have installed one (eg with brew) under
`/usr/local/opt/sqlite`
, run
`fix_sqlite_osx.sh
...
...
@@ -67,7 +67,8 @@ a script based on `wheel`.
3.
On OSX, we can make an app with
`platypus`
. Get the tool from
`http://www.sveinbjorn.org/platypus`
and install its command-line
version, too. Then run
`mk_osx_app.sh`
.
version, too. Then run
`mk_osx_app.sh`
. The app is stored at
`dist/Agkyra.app`
.
4.
Make an archive (gzipped tar on Linux, zip on OSX) with
`python
bundle.py <platform>`
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment