Skip to content

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.

Linux Building & Packaging

  • 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