File: BUILD_HOWTO_LINUX.md

package info (click to toggle)
jpylyzer 2.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,844 kB
  • sloc: xml: 161,036; python: 2,695; sh: 127; java: 56; makefile: 21
file content (11 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
# How to build stand-alone Linux binaries

To build stand-alone Linux binaries, simply run the *build-with-pyinstaller.sh* script from the jpylyzer root directory:

    ./build-with-pyinstaller.sh

This will create the binaries under *pyi-build/dist*. The build script requires PyInstaller. If PyInstaller is not installled, it can be installed using:

    (sudo) pip install pyinstaller

(If you don't know if you have PyInstaller just run the build script, which will display a message id it cannot find PyInstaller.)