descriptionnone
repository URLhttps://github.com/rofl0r/obeditor.git
ownerretnyg@gmx.net
last changeSat, 24 Apr 2021 13:54:33 +0000 (24 14:54 +0100)
last refreshSat, 27 Apr 2024 09:11:43 +0000 (27 11:11 +0200)
content tags
add:
README
Obeditor is an editor for OpenBOR mods, as published by gringo in the 
lavalit forum.

let's continue his work here on github.

dependencies (all of them including headers, i.e. devel package):
libs: SDL 1.2, SDL-mixer, giflib, libpng, wxgtk > 2.89
programs: scons

dependency preparation on ubuntu 20.04:

    # maybe more are required, this is just those that my testbuild was missing
    apt install libgtk2.0-dev libsdl-mixer1.2-dev libgif-dev
    wget https://github.com/wxWidgets/wxWidgets/releases/download/v2.8.12/wxGTK-2.8.12.tar.gz
    tar xf wxGTK-2.8.12.tar.gz && cd wxGTK-2.8.12
    CXX="g++ -std=gnu++03" ./configure --prefix=/usr
    make -j4 && sudo make install

obeditor build:
run `scons` in toplevel directory.
shortlog
2021-04-24 rofl0rREADME: add ubuntu 20.04 build insnsmaster
2021-04-24 rofl0rwxconfig.py: fix compatibility with py3-based scons
2021-04-22 rofl0rupdate README
2021-04-22 rofl0rgifFile: add warning prototype for missing func
2021-04-22 rofl0rscons file: require addition of libpng
2021-04-22 rofl0rfix compile against newer giflib
2021-04-22 rofl0rremove bogus png.h
2011-03-16 Bryan Cainfixed spelling of 'resources' in folder name
2011-03-12 Bryan Cainremoved GNU Autotools build system
2011-03-12 Bryan Cainadded a new build system using SCons
2011-03-12 rofl0rok. i just spent 6 hours changing every fucking string...
2011-03-11 rofl0renhanced .gitignore, added giflib hint to install.txt
2011-03-11 rofl0radded .gitignore
2011-03-11 rofl0radded README
2011-03-11 rofl0rimported obeditor as left by gringo
heads
3 years ago master