prothesis-software / prothesis-2

Target Life Prothesis Software v2.x.x
https://prothesis-software.github.io/
GNU General Public License v3.0
1 stars 0 forks source link

Prothesis v2

Prothesis software for Target Life

Building

Linux

wxWidgets

View the build-wxwidgets.sh for more information

./build-wxwidgets.sh <root_dir> linux

Prothesis-2

Dependencies
export WX_INTALL_PATH_LINUX=<root_dir>/wxWidgets/gtku2/
make linux -j $(nproc)

Windows

wxWidgets

# Install dependencies
pacman -S git mingw-w64-i686-gcc python2 p7zip make patch

# Build wxWidgets
./build-wxdigets <root_dir> windows

Prothesis-2

Dependencies
pacman -S mingw-w64-i686-g++
Building
export WX_INSTALL_PATH_WINDOWS=<root_dir>/wxWidgets/mswu-static
make windows -j ($nproc)

Deploying

Linux

make linux DEBUG=0
make package-linux

Dependencies

Windows

make windows DEBUG=0
make package-windows

Dependencies