Mercurial > hg > mxe-octave-anirudha
changeset 3225:2a5a191f6302
Specify in usage message that "octave.app" must be created inside "dist" folder
author | Anirudha Bose <ani07nov@gmail.com> |
---|---|
date | Sun, 22 Sep 2013 02:56:05 +0530 |
parents | 436c9b7f2dfd |
children | 78f95d88aaff |
files | darwin_files/standalone.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/darwin_files/standalone.py +++ b/darwin_files/standalone.py @@ -9,10 +9,10 @@ ## * Macholib (pip install http://pypi.python.org/pypi/macholib) ## ## Usage: -## * python -mmacholib find [path to Resources directory of .app] 2>/dev/null | python standalone.py +## * Make sure the MXE directory is your current working directory. Create an App Bundle "octave.app" +## and save it in the path "mxe-octave-anirudha/dist/"; then execute the following command: ## -## Example: -## * python -mmacholib find ./Octave-3.7.5.app/Contents/Resources/ 2>/dev/null | python standalone.py +## python -mmacholib find ./dist/octave.app/Contents/Resources/ 2>/dev/null | python ./darwin_files/standalone.py ## ## Important Notes: ## * Octave should be compiled with the option -headerpad_max_install_names in the LDFLAGS.