Compile Emma 02 on Linux - openSUSE
These instructions describe how to compile Emma 02 on Linux openSUSE. If you have any problems feel free to drop me an email.
Libraries
Download and/or compile the libraries described below.
Install the following packages using YaST2:
gcc gcc-c++ make gtk2-devel libSDL-devel libcurl-devel libserialport-devel
Download the latest stable wxwidgets 3.x release from: www.wxwidgets.org.
Compile wxWidgets by following: wiki.wxwidgets.org/Compiling_and_getting_started. For the release build I used:
mkdir build-gtk cd build-gtk ../configure --disable-shared --enable-unicode make sudo make install
For the debug build, add --enable-debug to the ../configure.
Build Emma 02
Pull the latest source package from the github repository https://github.com/etxmato/emma_02, go to the sub folder Release and use:
make