LGP Dependencies
From NexusCrossing
Contents |
[edit] Intro
Dependencies are those external libraries and applications that need to be installed on a system in order to get a program to compile or run (build time dependencies and runtime dependencies respectively.)
For this project I will try to keep Dependencies to a minimum, so that the end user can spend more of their time working on their project, and less of their time getting mine to compile.
[edit] Dependencies
- boost::exception
- We use boost for exception handling. It is quite possible that as the project grows we may use boost for a number of things. The boost license is very compatible with the BSD license.
- Other large chunks of boost that I will get around to listing eventually. :-) Just assume you need boost. ^_^
[edit]
[edit] LGP Project Components (TOC)
- LGP Top Page
- The Project Road Map
- Project News
- LGP Classes and Components
- Project Dependencies (Outside Code you need to get it to compile)
- The Message Passing System
- The Game System <== May be in Flux
- World Design
