Building on Linux / Windows
Requirements - Windows
- latest vcpkg for dependency management
- latest chalet for building
- latest cmake
- a compatible compiler
Devel Requirements - Linux
latest chalet for building
build tools
apt install build-essential
wxWidgets 3.2 libs and header files from PPA
add-apt-repository ppa:sjr/wx32 apt install wx3.2-headers wx3.2-i18n "libwxgtk*"
exiv2
apt install libexiv2-dev
OpenSSL:
apt install libssl-dev
curlpp
apt install libcurlpp-dev
libjpeg
apt install libjpeg-dev
libpng
apt install libpng-dev
libtiff
apt install libtiff-dev
libgtk-3
apt install libgtk-3-dev
You have to specify the version to build:
Linux & Win (for AVX):
AVX=1 chalet c -c Release
AVX=1 chalet b
AVX=1 chalet r sd.ui