Install

InfoInfo
Search:    

Spark-Scheme is under active development. The code repository is at [WWW]GitHub. Use the following command to checkout the source code:


git clone git://github.com/vijaymathew/spark-scheme.git

Once you have downloaded the code, follow the build instructions given below, whichever is appropriate for your system. (I build and test Spark-Scheme in these environments)

GNU/Linux, BSDs

If you are using GCC 4.4 series, please read this note.

Spark-Scheme have the following dependencies:

libX11, Xext, [WWW]Expat, [WWW]unixODBC, [WWW]libCurl, libGL and libGLU.

Once you have the dependencies in place, use the following commands to build and install Spark on GNU/Linux:

cd /where-you-checked-out-spark-source-code/
./configure --enable-threads --enable-localjpeg --enable-localpng --enable-localzlib
make
sudo make install

Windows

The most convenient way to use Spark on Windows is to [WWW]download the pre-built binary and update the "collects" and "scheme" folders from the latest code base. Please use [WWW]7-zip to decompress the package. There is a README file in the package that contains detailed installation directions.

Building Spark on Windows

It is assumed that you checked out Spark sources into C:\spark-scheme.

chmod +x prepare-w32
./prepare-w32
./configure --enable-cygwin --enable-threads --enable-localjpeg --enable-localpng --enable-localzlib --enable-gl
make
make install
This is a Wiki Spot wiki. Wiki Spot is a non-profit organization that helps communities collaborate via wikis.