2.3.2 Windows

Cross-compiling for Windows (from Linux or WSL on win10)

In first time build in Debian Linux and derivatives target Windows 64 bits:

git clone https://github.com/lcgamboa/picsimlab.git 
cd picsimlab 
bscripts/build_w64.sh

To recompile use:

make FILE=Makefile.cross -j4

For target Windows 32 bits:

git clone https://github.com/lcgamboa/picsimlab.git 
cd picsimlab 
bscripts/build_w32.sh

To recompile use:

make FILE=Makefile.cross_32 -j4