Futures Laboratory
Voyager Multimedia Server
 
About
Status
Developers
Resources

Source Code

To get a copy of the Voyager source code, you can either:

Download the code, or

Checkout the code from our CVS archive.


Building Voyager

Linux

Once you have the source code and the prerequisite software installed, building Voyager should be easy. It should take the following steps:

  1. Build Voyager
    ./configure --prefix=<path you want to install voyager in> --with-ace=<ACE installation directory> --with-libwww=<Lib WWW installation directory> --with-xmlrpc-c=<XMLRPC-C installation directory>
    make

Windows

Building Voyager on Windows assumes you have the Microsoft Visual Studio installed, either version 6.0 or .Net will work. Once you have the source code downloaded and the prerequisite software built, building Voyager should be trivial. Just do the following:

  1. Build Voyager
    Open the project for your version of MS Visual Studio, either voyager.dsw or voyager.sln.
    Pick Batch Buid from the Build menu, then select all, then compile.

 

For more information: fl-info@mcs.anl.gov