forked from zielmicha/freeciv-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Port of Freeciv for Android and Freeciv bindings for Python.
License
gapys-krzysztof/freeciv-android
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
It includes Freeciv 2.3.1 If you don't need to change source code and don't need latest version simply download APK from http://civ.zielm.com == INSTALLATION == Running Freeciv on desktop requires SDL2 with modified alpha blending from http://github.com/zielmicha/SDL2. You also need SDL2_image and SDL2_ttf (from http://hg.libsdl.org/SDL_image/ and http://hg.libsdl.org/SDL_ttf/). Known working version (and remember to run ./augogen.sh first!): hg clone -r 363 http://hg.libsdl.org/SDL_image hg clone -r 228 http://hg.libsdl.org/SDL_ttf Dependency installation: apt-get build-dep -y libsdl1.2debian libsdl-image1.2 libsdl-ttf2.0-0 apt-get install -y graphviz python-pip mercurial python2.7-dev git-core pip install Cython==0.15 # for running web/proxy.py pip install tornado==3.1.1 apt-get install -y python-imaging # if on fairly new system ln -s /usr/bin/aclocal /usr/local/bin/aclocal-1.13 ln -s /usr/bin/automake /usr/local/bin/automake-1.13 # if software renderer needed apt-get install libgl1-mesa-swx11-dev xvfb Don't install SDL2 from your distribution repository! It is highly probable that it will be incompatible. Build and run on desktop (for debugging): make run (Warning: if you break build process you may need to start again with clean repo) Build for Android (put android, adb and ndk-build in your PATH): make -C android debug
About
Port of Freeciv for Android and Freeciv bindings for Python.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 91.3%
- Makefile 4.7%
- Python 2.5%
- C++ 0.6%
- Ruby 0.3%
- Java 0.3%
- Other 0.3%