These directories are hard links:
snet/ schemes/ spellfiles/ aoa/ frequency/
They are synched with snafu-py. If deleted here, they are deleted for snafu-py instead!
They are made using https://github.com/selkhateeb/hardlink
To remove them, use hln -u [dir]
instead
Hard links are used to assist with github synching without maintaining multiple separate copies
cd py ./setup-mac.sh
-
successfully compiled using python 3.5
-
if not installed already pip install pyinstaller
-
compilation: cd py sudo pyinstaller interface.py # should take 5-10 minutes
- If that doesn't work, try: python -m PyInstaller interface.py cd .. sudo npm run dist-win
-
and then the compiled version should appear in ./dist/
-
~ 271mb unzipped, ~110mb zipped (using 7-Zip with smallest size specification)
-
Install phoenix-builder (https://github.com/evshiron/nwjs-builder-phoenix) if not installed locally
- npm install nwjs-builder-phoenix --save-dev
-
update nwjs/snafu version in package.json?
-
set flag in app.js to nwjs-app and debug to 0
sudo rm -rf dist # remove old version npm run dist # compile new version
- chmod 777 snafu.app
- manually remove large files? (dedyne.snet, BEAGLEdata.mat)
- zip up folder (use mac gui zip, smaller than terminal zip)