Difference between revisions of "Development:Dependencies"
(Vegastrike Dependencies) |
|||
Line 1: | Line 1: | ||
+ | {{parent_link| | ||
+ | |parent=[[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. | ||
+ | |||
+ | ==Auto* Tool Dependencies== | ||
Auto* Tool Dependencies for UNIX like build systems | Auto* Tool Dependencies for UNIX like build systems | ||
*automake - 1.6 or newer | *automake - 1.6 or newer | ||
Line 4: | Line 13: | ||
*aclocal - 2.53 or newer | *aclocal - 2.53 or newer | ||
*autoheader - 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==== | ||
+ | (BUILT) | ||
+ | ====saveinterface==== | ||
+ | ====src==== | ||
+ | (BUILT) | ||
+ | ====tools==== | ||
+ | (BUILT) | ||
+ | ====vc98==== | ||
+ | ====VegaStrikeOSXApp.pbproj==== |
Revision as of 23:21, 6 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.
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
(BUILT)
saveinterface
src
(BUILT)
tools
(BUILT)