Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/windows/precompiled_dependencies/mingw64/readme.txt @ 125

Last change on this file since 125 was 125, checked in by landauf, 8 years ago

added build-scripts for dependencies (mingw64)

File size: 3.0 KB
Line 
1Dependencies
2
3## SDKs: ##
4DirectX: The DirectX-SDK is not needed anymore - we use the libraries & headers included with mingw64
5cg: The cg-SDK is not needed anymore - it is included in the ogre dependencies
6OpenAL: Download and install SDK: http://www.openal.org/downloads/
7
8
9## Boost: ##
10Download the latest release: http://www.boost.org/users/download/
11Unpack the archive and update the WORKING_DIR variable in build_boost.sh accordingly.
12
13
14## Ogre dependencies: ##
15Download dependencies here: https://bitbucket.org/cabalistic/ogredeps
16Unpack the archive and update the WORKING_DIR variable in build_ogredeps.sh accordingly.
17(Note: the buildscript will modify src/zlib/CMakeLists.txt to make zlib a shared library.)
18
19
20## Ogre: ##
21Download Ogre (chose the right Tag): https://bitbucket.org/sinbad/ogre/downloads
22Unpack the archive and update the WORKING_DIR variable in build_ogre.sh accordingly.
23(Note: the buildscript will modify some files to make it work with mingw64)
24
25
26## pcre: ## (for cegui)
27Download the latest release: http://www.pcre.org/
28Unpack the archive and update the WORKING_DIR variable in build_pcre.sh accordingly.
29
30
31## xerces: ## (for cegui 0.8)
32Download the latest release: http://xerces.apache.org/xerces-c/download.cgi
33Unpack the archive and update the WORKING_DIR variable in build_xerces.sh accordingly.
34
35
36## Lua: ##
37Download the latest release of version 5.1 (tolua++ is not compatible with more recent versions): http://www.lua.org/download.html
38Unpack the archive and update the WORKING_DIR variable in build_lua.sh accordingly.
39
40
41## tolua++: ## (for cegui 0.8)
425.1 and older: Download the latest version: https://github.com/LuaDist/toluapp
435.2 and newer: Download the latest version: https://github.com/waltervn/toluapp
44Unpack the archive and update the WORKING_DIR variable in build_toluapp.sh accordingly.
45
46
47## CEGUI: (0.8.x) ##
48Download the latest release of cegui: http://cegui.org.uk/download
49Unpack the archive and update the WORKING_DIR variable in build_cegui.sh accordingly.
50
51## CEGUI: (0.7.x) ##
52Download the latest release of cegui: http://cegui.org.uk/download
53Unpack the archive and update the WORKING_DIR variable in build_cegui.sh accordingly.
54(Note: the buildscript will modify some premake-scripts to make it work)
55
56
57## Ogg: ##
58Download Ogg here: http://xiph.org/downloads/
59Unpack the archive and update the WORKING_DIR variable in build_ogg.sh accordingly.
60
61
62## Vorbis (requires ogg): ##
63Download Vorbis here: http://xiph.org/downloads/
64Unpack the archive and update the WORKING_DIR variable in build_vorbis.sh accordingly.
65
66
67## Freealut: ##
68Download Freealut here: https://github.com/vancegroup/freealut/releases
69Unpack the archive and update the WORKING_DIR variable in build_freealut.sh accordingly.
70Update the AL_SDK_DIR variable with the path to the installed SDK.
71
72
73## Tcl: ##
74Download Tcl here: https://www.tcl.tk/software/tcltk/download.html
75Unpack the archive and update the WORKING_DIR variable in build_tcl.sh accordingly.
Note: See TracBrowser for help on using the repository browser.