https://github.com/rofl0r/obeditor
OpenBOR Mod editor by gringo
https://github.com/rofl0r/obeditor
Last synced: about 1 year ago
JSON representation
OpenBOR Mod editor by gringo
- Host: GitHub
- URL: https://github.com/rofl0r/obeditor
- Owner: rofl0r
- Created: 2011-03-11T19:28:54.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T13:52:40.000Z (about 5 years ago)
- Last Synced: 2025-04-11T05:52:33.234Z (over 1 year ago)
- Language: C++
- Homepage: http://lavalit.com:8080
- Size: 558 KB
- Stars: 8
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
Awesome Lists containing this project
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.