|
|
|
Home Sponsors Download Install Running Examples Tcl Scripts News Future Work Copyright |
Before building CABLE, install the following:
WindowsYou must build CABLE from a CVS source tree. See the Download page for details on obtaining the source. Make sure you have CMake installed and that you are somewhat familiar with using it. See the CMake Documentation for more information.
CMake will create project files for building with Visual C++ 6.0.
Building out-of-source is very easy, and is strongly recommended.
Run the UNIX & CygwinYou must build CABLE from a CVS source tree. See the Download page for details on obtaining the source. Make sure you have CMake installed by this point.
Projects built with CMake can easily be built out-of-source. Doing so
is strongly recommended. For simplicity, the rest of these instructions
assume that you have the source tree in UNIX Quick StartMost people will want to build CABLE with all the defaults. You can use these commands to do so:
This will use an installation prefix of /usr/local.
If you want to select a different installation prefix, put the text
in the file ~/Cable-build/CMakeCache.txt before running the
"cmake ../Cable" command from above.
You may also use the Curses interface to CMake by running
"ccmake ../Cable". All configuration options are
available through this interface, including the installation
prefix.
Customizing Your UNIX BuildIf you want to set specific CABLE options before building, you will need to be somewhat familiar with the CMake configuration methodology. See the CMake Documentation for more information.
It is also possible to use CABLE directly from its build directory,
so you can skip the " |