README: add ubuntu 20.04 build insns
[rofl0r-obeditor.git] / README
blobe4d9069d8d781c9d953aee7945665767ebb3cd85
1 Obeditor is an editor for OpenBOR mods, as published by gringo in the 
2 lavalit forum.
4 let's continue his work here on github.
6 dependencies (all of them including headers, i.e. devel package):
7 libs: SDL 1.2, SDL-mixer, giflib, libpng, wxgtk > 2.89
8 programs: scons
10 dependency preparation on ubuntu 20.04:
12     # maybe more are required, this is just those that my testbuild was missing
13     apt install libgtk2.0-dev libsdl-mixer1.2-dev libgif-dev
14     wget https://github.com/wxWidgets/wxWidgets/releases/download/v2.8.12/wxGTK-2.8.12.tar.gz
15     tar xf wxGTK-2.8.12.tar.gz && cd wxGTK-2.8.12
16     CXX="g++ -std=gnu++03" ./configure --prefix=/usr
17     make -j4 && sudo make install
19 obeditor build:
20 run `scons` in toplevel directory.