Difference between revisions of "Development:Dependencies"
(→objconv) |
(→saveinterface) |
||
Line 69: | Line 69: | ||
====saveinterface==== | ====saveinterface==== | ||
+ | (???)This does not work. Does anyone need it? Slated for removal if no-one speaks up. | ||
+ | |||
====src==== | ====src==== | ||
(BUILT) | (BUILT) |
Revision as of 01:20, 7 October 2005
Development |
This article is a work in progress, and is intended to become a centralized list of the tools needed for building vegastrike. Initially, it will document for the UNIX-based build system. Windows support will be added once the UNIX side is stable.
It will also document which portions of vegastrike are dependent on other libraries. Once completed, this should make optional building of portions of the code more doable.
Contents
- 1 Auto* Tool Dependencies
- 2 Link Dependencies
- 2.1 vegastrike
- 2.1.1 common
- 2.1.2 doc
- 2.1.3 English.lproj
- 2.1.4 launcher
- 2.1.5 m4scripts
- 2.1.6 mission
- 2.1.7 objconv (DIR)
- 2.1.7.1 mesher (DIR)
- 2.1.7.2 add_suns (DIR)
- 2.1.7.3 basemaker (DIR)
- 2.1.7.4 flipunits (DIR)
- 2.1.7.5 imageproc (DIR)
- 2.1.7.6 MeshParse (DIR)
- 2.1.7.7 replace_bg (DIR)
- 2.1.7.8 starsystemgen (DIR)
- 2.1.7.9 starsystemreader (DIR)
- 2.1.7.10 3ds2xml
- 2.1.7.11 obj2xml
- 2.1.7.12 wcp2xml
- 2.1.7.13 trisort (EXECUTABLE)
- 2.1.7.14 replace (EXECUTABLE)
- 2.1.7.15 asteroidgen (EXECUTABLE)
- 2.1.8 saveinterface
- 2.1.9 src
- 2.1.10 tools
- 2.1.11 vc98
- 2.1.12 VegaStrikeOSXApp.pbproj
- 2.1 vegastrike
Auto* Tool Dependencies
Auto* Tool Dependencies for UNIX like build systems
- automake - 1.6 or newer
- autoconf - 2.53 or newer
- aclocal - 2.53 or newer
- autoheader - 2.53 or newer
Link Dependencies
vegastrike
common
(???, SLATED FOR REMOVAL IF NO ONE STEPS FORWARD WITH INFO)
doc
documentation describing VegaStrike and VegaStrike development
English.lproj
(???, SLATED FOR REMOVAL IF NO ONE STEPS FORWARD WITH INFO)
launcher
(BUILT)
launcher (EXECUTABLE)
- GTK 1.2
- src/common/libvscommon.a
m4scripts
(Scripts used for making Makefiles and configure)
mission
(???, SLATED FOR REMOVAL IF NO ONE STEPS FORWARD WITH INFO)
select (EXECUTABLE)
objconv (DIR)
(BUILT)
mesher (DIR)
(BUILT)
mesher (EXECUTABLE)
(NO DATA AVAILABLE)
add_suns (DIR)
(???)
basemaker (DIR)
(???)
flipunits (DIR)
(???)
imageproc (DIR)
(???)
MeshParse (DIR)
(???)
replace_bg (DIR)
(???)
starsystemgen (DIR)
(???)
starsystemreader (DIR)
(???)
3ds2xml
(TO DATA DIR)
obj2xml
(TO DATA DIR)
wcp2xml
(TO DATA DIR)
trisort (EXECUTABLE)
(BUILT)
replace (EXECUTABLE)
(BUILT)
asteroidgen (EXECUTABLE)
(BUILT)
saveinterface
(???)This does not work. Does anyone need it? Slated for removal if no-one speaks up.
src
(BUILT)
tools
(BUILT)