-
Notifications
You must be signed in to change notification settings - Fork 7
Build and Package: Linux
Parallax Git Administrator edited this page Mar 16, 2017
·
1 revision
These steps need to be performed on a pre-configured development system every time a new installation package is desired.
- Open a terminal (command-line)
- Navigate to the project
- $ cd ~/Projects/BlocklyPropClient
- Check out the needed branch from the BlocklyPropClient repository
- $ git checkout {branch}
- Build BlocklyPropClient
- $ pyinstaller BlocklyPropClient.linux.spec
- This builds and stores the self-contained application fileset in the ./dist subfolder as BlocklyPropClient
- See BlocklyPropClient.linux.spec Details for more information
- $ pyinstaller BlocklyPropClient.linux.spec
Try out Parallax's BlocklyProp System with the Activity Bot or the S3 Robot. See the Learn site for even more!