| <<O>> Difference Topic CompilingAndInstalling (r1.1 - 06 Jul 2002 - KevinMeinert) |
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Added: | ||||||||
| > > |
Compiling And InstallingThis information is supplimental to the INSTALL.html (or INSTALL.txt) found in the root of the VR Juggler source tree. Win32Compiling under win32 is a little different, but not too bad if you follow these rules:
# So the build system doesn't use gcc compiler. setenv CC cl setenv CXX cl setenv LD link # you can customize these to your needs... set HOSTTYPE=win32 set HOME=c:/home/kevn set modules_root=$HOME/src/juggler/build.$HOSTTYPE/ set install_dir=$HOME/tempinstall/$HOSTTYPE # base directories (shouldn't need to change) setenv VPR_BASE_DIR $modules_root/instlinks setenv GADGET_BASE_DIR $modules_root/instlinks setenv JCCL_BASE_DIR $modules_root/instlinks setenv VJ_BASE_DIR $modules_root/instlinks setenv SNX_BASE_DIR $modules_root/instlinksNext configure the juggler makefiles with configure (this assumes that you have all libraries that juggler depends on, and have run autogen.sh already - see INSTALL.txt for more info on this). To configure: mkdir build.$HOSTTYPE cd build.$HOSTTYPE ../configure.pl --cfg=../juggler.cfg --with-nspr=$HOME/src/nspr-4.2 --with-nspr-includes=$HOME/src/nspr-4.2/includeNOTE: A binary build of nspr was found on the http://www.mozilla.org website. NOTE: you may need to specify cppdom and GMTL directories with --with-cppdom and --with-gmtl, use the same path name convention as shown above. -- KevinMeinert - 06 Jul 2002 | |||||||
| Topic CompilingAndInstalling . { View | Diffs | r1.1 | More } |
|
Revision - Revision r1.1 - 06 Jul 2002 - 16:32 - KevinMeinert |
Copyright © 1999-2008 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding VRJ Wiki? Send feedback |