Development:Dependencies

From VsWiki
Revision as of 09:14, 7 October 2005 by balloyd1 (talk | contribs)
Jump to: navigation, search
thumb_arrow_up.png 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 (DIR)
|
+-+common (DIR)
|  (???, SLATED FOR REMOVAL IF NO ONE STEPS FORWARD WITH INFO)
|
+-+doc (DIR)
|  DESC: documentation describing VegaStrike and VegaStrike development
|
+-+English.lproj
|  (???, SLATED FOR REMOVAL IF NO ONE STEPS FORWARD WITH INFO)
|
+-+launcher
| +-launcher (EXECUTABLE)
|   USES: GTK 1.2
|   USES: src/common/libvscommon.a
|
+-+m4scripts (DIR)
|  (Scripts used for making Makefiles and configure)
|
+-+mission (DIR)
| | (???, SLATED FOR REMOVAL IF NO ONE STEPS FORWARD WITH INFO)
| +-select (EXECUTABLE)
|
|-+objconv (DIR)
| |(BUILT)
| +-+mesher (DIR)
| | +-mesher (EXECUTABLE)
| |   USES: (NO DATA AVAILABLE)
| |
| +--add_suns (DIR)
| |  (???)
| |
| +--basemaker (DIR)
| |  (???)
| |
| +--flipunits (DIR)
| |  (???)
| |
| +--imageproc (DIR)
| |  (???)
| |
| +--MeshParse (DIR)
| |  (???)
| |
| +--replace_bg (DIR)
| |  (???)
| |
| +--starsystemgen (DIR)
| |  (???)
| |
| +--starsystemreader (DIR)
| |  (???)
| |
| +--3ds2xml (DATA FILE)
| |
| +--obj2xml (DATA FILE)
| |
| +--wcp2xml (DATA FILE)
| |
| +--trisort (EXECUTABLE)
| |  (???)
| |
| +--replace (EXECUTABLE)
| |  (???)
| |
| +--asteroidgen (EXECUTABLE)
|    (???)
|
+--saveinterface (DIR)
|  (???)This does not work.  Does anyone need it?  Slated for removal if no-one speaks up.
|
+-+src (DIR)
| +-+aldrv (DIR)
| | +--libaldrv (LIBRARY)
| |    Low level sound driver library.
| | 
| +--boost (DIR)
| |  Contains a directory Other that seems to not be used.
| |  libboost-python integration library using Boost 1.28
| |
| +--boost129 (DIR)
| |  libboost-python integration library using Boost 1.32
| |
| +-+cmd (DIR)
| | +-+ai (DIR)
| | | +--libai (LIBRARY)
| | | |
| | | +--libaiserver (LIBRARY)
| | |
| | +--collide (DIR)
| | |
| | +--script (DIR)
| | |
| | +--testcollection (DIR)
| | |  A set of regression tests.  Should be updated to build and run when make test is executed.
| | |
| | +--libcmd (LIBRARY)
| | |  (???)
| | |
| | +--libcmdserver (LIBRARY)
| |    (???)
| |
| +-+common (DIR)
| | +--libcommon (LIBRARY)
| |    Functions to assist with finding data directory under UNIX-like OSes
| |
| +-+gfx (DIR)
| | +-+nav (DIR)
| | | +--libnav (LIBRARY)
| | |
| | +--libgfx (LIBRARY)
| | |  (???)
| | |
| | +--libgfxserver (LIBRARY)
| |    (???)
| |
| +-+gldrv (DIR)
| | +--libgldrv (LIBRARY)
| | |
| | +--libgldrvserver (LIBRARY)
| | 
| +-+gui (DIR)
| | +--libgui (LIBRARY)
| |
| +-+mission (DIR)
| |  (BUILD BROKEN.  Slated for removal if no one speaks up) 
| |
| +-+networking (DIR)
| | +-+lowlevel (DIR)
| | | +--libnetlowlevel (LIBRARY)
| | |
| | +--libnet (LIBRARY)
| | |
| | +--libnetclient (LIBRARY)
| | |
| | +--libnetserver (LIBRARY)
| | |
| | +--libnetacct (LIBRARY)
| | |
| | +--soundserver (EXECUTABLE)
| |
| +-+python (DIR)
| | +--libpython (LIBRARY)
| | |
| | +--libpythonserver (LIBRARY)
| |
| +--vegastrike (EXECUTABLE)
| |
| +--vegaserver (EXECUTABLE)
| |
| +--accountserver (EXECUTABLE)
|
+-+tools (DIR)
| +--vsrmake (EXECUTABLE)
| |  (???)
| |
| +--vsrextract (EXECUTABLE)
|    (???)
|
|--vc98
|  Contains project files for Microsoft Visual C++ 98.
|
|--VegaStrikeOSXApp.pbproj
   (???)