Skip to content

Commit d54f1d3

Browse files
committed
replace tinyxml v1 with v2
1 parent 83ac989 commit d54f1d3

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

developer-manual/en/chapter01-building-fifengine-on-linux.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Python 3:
6666

6767
[source,bash]
6868
----
69-
apt-get install -y build-essential libalsa-ocaml-dev libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev libvorbis-dev libalut-dev python3 python3-dev swig zlib1g-dev libopenal-dev git python3-yaml libxcursor1 libxcursor-dev cmake cmake-data libtinyxml-dev libpng-dev libglew-dev
69+
apt-get install -y build-essential libalsa-ocaml-dev libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev libvorbis-dev libalut-dev python3 python3-dev swig zlib1g-dev libopenal-dev git python3-yaml libxcursor1 libxcursor-dev cmake cmake-data libtinyxml2-dev libpng-dev libglew-dev
7070
----
7171

7272
====== Gentoo based systems
@@ -75,7 +75,7 @@ Python 3:
7575

7676
[source,bash]
7777
----
78-
emerge --ask --verbose --noreplace libvorbis libogg media-libs/openal libsdl2 sdl2-image sdl2-ttf git pyyaml dev-lang/swig dev-libs/tinyxml dev-util/cmake media-libs/glew dev-lang/python3 dev-python/future
78+
emerge --ask --verbose --noreplace libvorbis libogg media-libs/openal libsdl2 sdl2-image sdl2-ttf git pyyaml dev-lang/swig dev-libs/tinyxml2 dev-util/cmake media-libs/glew dev-lang/python3 dev-python/future
7979
----
8080

8181
====== Fedora based systems
@@ -84,7 +84,7 @@ Python 3:
8484

8585
[source,bash]
8686
----
87-
dnf install git python3 gcc gcc-c++ SDL2 SDL2-static SDL2-devel SDL2_ttf SDL2_ttf-devel SDL2_image SDL2_image-devel libvorbis libvorbis-devel libogg libogg-devel openal-soft openal-soft-devel zlib zlib-devel mesa-libGL mesa-libGL-devel mesa-libGLU mesa-libGLU-devel swig libXcursor libXcursor-devel alsa-lib alsa-lib-devel python-alsa python3-PyYAML cmake tinyxml-devel libpng libpng-devel fifechan fifechan-devel fifechan-opengl fifechan-opengl-devel fifechan-sdl fifechan-sdl-devel glew glew-devel
87+
dnf install git python3 gcc gcc-c++ SDL2 SDL2-static SDL2-devel SDL2_ttf SDL2_ttf-devel SDL2_image SDL2_image-devel libvorbis libvorbis-devel libogg libogg-devel openal-soft openal-soft-devel zlib zlib-devel mesa-libGL mesa-libGL-devel mesa-libGLU mesa-libGLU-devel swig libXcursor libXcursor-devel alsa-lib alsa-lib-devel python-alsa python3-PyYAML cmake tinyxml2-devel libpng libpng-devel fifechan fifechan-devel fifechan-opengl fifechan-opengl-devel fifechan-sdl fifechan-sdl-devel glew glew-devel
8888
----
8989

9090
====== Arch Linux based systems
@@ -93,7 +93,7 @@ Python 3:
9393

9494
[source,bash]
9595
----
96-
pacman -S sdl2 sdl2_ttf sdl2_image libvorbis libogg openal swig python zlib libgl libpng tinyxml python-pillow python-future cmake glew
96+
pacman -S sdl2 sdl2_ttf sdl2_image libvorbis libogg openal swig python zlib libgl libpng tinyxml2 python-pillow python-future cmake glew
9797
----
9898

9999
**NOTE** that you will also need to install http://fifengine.github.com/fifechan/[fifechan] from source, until it's available as a package for your distro. Fifechan is in the following distros: Fedora

developer-manual/en/chapter01-building-fifengine-on-mac.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ NOTE: We are working on building the dependencies on the fly. For now we simply
5050

5151
===== Using packaged dependencies
5252

53-
brew update && brew install swig sdl2 sdl2_image sdl2_ttf freetype openal-soft tinyxml glew libvorbis (for python 3 support: python3)
53+
brew update && brew install swig sdl2 sdl2_image sdl2_ttf freetype openal-soft tinyxml2 glew libvorbis (for python 3 support: python3)
5454

5555
==== Building Fifechan
5656

developer-manual/en/list-of-dependencies.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following dependencies are needed to build FIFE from source:
3030
** http://www.zlib.net/[zlib] >= 1.2
3131

3232
* Serialization / XML libraries
33-
** https://sourceforge.net/projects/tinyxml/files/tinyxml/2.6.2/[TinyXML v1]
33+
** https://github.com/leethomason/tinyxml2[TinyXML2]
3434

3535
* Linux specific
3636
** Xcursor

0 commit comments

Comments
 (0)