Warning, /education/step/INSTALL is written in an unsupported language. File is not indexed.

0001 Basic Installation
0002 ==================
0003 
0004 Step and StepCore uses CMake build system, you need it to compile and
0005 install Step. You can download cmake from http://cmake.org/
0006 
0007 You also need Qt4 libraries to build and run Step. You can download
0008 Open Source version of Qt4 libraries from
0009 http://www.trolltech.com/products/qt/downloads
0010 
0011 Optionally you can compile Step with GSL library to use more accurate
0012 solvers. You can download GSL library from
0013 http://www.gnu.org/software/gsl
0014 
0015 To install Step on Linux (or other UNIXes):
0016 1. Create new empty directory in which you will build Step.
0017 2. `cd' to newly created directory.
0018 3. Type `cmake /path/to/unpacked_sources'.
0019 4. Type `make' to compile sources.
0020 5. Type `make install' to install Step.
0021 6. You can delete build directory after installing Step.
0022 
0023 Please refer to http://www.cmake.org/HTML/RunningCMake.html for
0024 more information about building with CMake.
0025