[root]/doc
manual
(7 files, 81 lines)
images
(1 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 88 (100.0%) | 1121 (100.0%) | 12.7 |
kazzmir | 59 (67.0%) | 711 (63.4%) | 12.0 |
juvinious | 27 (30.7%) | 309 (27.6%) | 11.4 |
scristopher | 2 (2.3%) | 101 (9.0%) | 50.5 |
add instructions for mingw cross compiler
18 lines of code changed in 1 file:
test
0 lines of code changed in 1 file:
test
1 lines of code changed in 1 file:
clean up shader creation
1 lines of code changed in 1 file:
thoughts on mugen networking
17 lines of code changed in 1 file:
[mugen] use the general sff interface to get the icon and portrait
7 lines of code changed in 1 file:
added more detailed instructions
83 lines of code changed in 1 file:
have required stuff installed first or you waste alot of time :P
mkdir /opt/free60-git
cd /opt/free60-git
(modify permissions to make directorys and build as non root user)
---Use gligli's git---
git clone https://github.com/gligli/libxenon
Build toolchain:
mkdir /usr/local/xenon
chown username. /user/local/xenon
./build-xenon-toolchain toolchain
add to /home/user/.bashrc:
export DEVKITXENON="/usr/local/xenon"
export PATH="$PATH:$DEVKITXENON/bin:$DEVKITXENON/usr/bin"
build libxenon and libs (zlib, libpng, freetype)
./build-xenon-toolchain libxenon
./build-xenon-toolchain libs
build sdl:
cd /opt/free60-git/
git clone https://github.com/lantus/libSDLXenon.git
make -f Makefile.xenon
make -f Makefile.xenon install
#not needed
#build ZLX:
#cd ../
#svn checkout http://zlx.googlecode.com/svn/trunk/ zlx-read-only
#cd zlx-read-only
#make -f Makefile_lib
#make -f Makefile_lib install
# Also, comment out the size_t declaration in SDL_config_xenon.h
# Create usr/bin/sdl-config and point it at xenon
build with libxenon
export xenon=1
make
then
/usr/local/xenon/bin/xenon-objcopy -O elf32-powerpc --adjust-vma 0x80000000 paintown xenon.elf32
18 lines of code changed in 1 file:
update sdl android patch
1 lines of code changed in 1 file:
add thoughts about network mugen mode
11 lines of code changed in 1 file:
add xenon setup directions
31 lines of code changed in 1 file:
[android] make the main view take up the entire space. link in the gnu stdc++ runtime. always use sdl_main
2 lines of code changed in 1 file:
update android build and instructions
23 lines of code changed in 1 file:
info for recording sound
7 lines of code changed in 1 file:
info for videos
8 lines of code changed in 1 file:
add nacl port
1 lines of code changed in 1 file:
update changelog
1 lines of code changed in 1 file:
update changelog
3 lines of code changed in 1 file:
update changelog
48 lines of code changed in 1 file:
update build instructions for the ps3
6 lines of code changed in 1 file:
update instructions for the iphone
11 lines of code changed in 1 file:
Add additional build parameters for freetype. Add missing parameters for building ios-sim with rake.
4 lines of code changed in 1 file:
update iphone docs
39 lines of code changed in 1 file:
add iphone build instructions
22 lines of code changed in 1 file:
updates for the ps3
13 lines of code changed in 1 file:
apply SDL patch for android
2 lines of code changed in 1 file:
update sdl changes for android
5 lines of code changed in 1 file:
redirect debug output to the android logging system
7 lines of code changed in 1 file:
read one event at a time on android. update instructions for building on android
3 lines of code changed in 1 file:
Correct location of libs in documentation. Add armeabi directory to libs.
3 lines of code changed in 1 file:
Update lib locations.
2 lines of code changed in 1 file:
Additional information.
1 lines of code changed in 1 file:
Updated documentation on how to run paintown in Android emulator.
10 lines of code changed in 1 file:
Add more details on android build.
12 lines of code changed in 1 file:
Update standalone instructions.
2 lines of code changed in 1 file:
try to fix link errors on android
6 lines of code changed in 1 file:
Add pngconf.h
1 lines of code changed in 1 file:
Correct symlink location for freetype. Update cpppath for scons.
2 lines of code changed in 1 file:
Add symlink information for libraries.
8 lines of code changed in 1 file:
Target android-9
2 lines of code changed in 1 file:
(45 more)