Changeset 19469 for juggler/trunk/INSTALL.txt
- Timestamp:
- 11/11/06 11:13:34 (2 years ago)
- Files:
-
- juggler/trunk/INSTALL.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/INSTALL.txt
r19461 r19469 212 212 2.3, required for the Tweek C++ API. 213 213 214 * Doozer (http://sourceforge.net/projects/doozer): A collection of makefile 215 stubs written for use with GNU Make and intended for simplifying the 216 creation of cross-platform VR Juggler application builds. Version 2.1.3 217 or newer is needed for building VR Juggler sample applications. 218 214 219 215 220 The following are fully optional packages that are primarily of interest … … 361 366 362 367 363 * CppDOM 0.6. 5368 * CppDOM 0.6.6 364 369 365 370 * Boost headers and Boost.Filesystem 1.31.0 … … 648 653 If Flagpoll is not installed in a place where the aclocal tool searches for 649 654 .m4 files by default, then it is necessary to extend aclocal's search path. 650 This is done by setting the environment variable ACLOCAL_FLAGS to "-651 I .../share/alocal" where "..." is the path to the655 This is done by setting the environment variable ACLOCAL_FLAGS to 656 "- I .../share/alocal" where "..." is the path to the 652 657 directory tree where Flagpoll is installed. 653 658
