Installation Raven

Attention

To install and use Raven,

# Make sure your Chez Scheme compiler named "scheme". If not,

# cd /usr/local/bin
# cp chez scheme

The above paths may vary depending on your Linux distribution.

# Make sure your system can use the command "curl".

This command comes with Mac OS X and most Linux distributions, but if you do not, install it yourself to make sure Raven's network download function is working.

Download url: https://curl.haxx.se/download.html

#On Windows you need to install the unzip tool 7z.

Download url: http://www.7-zip.org

Automatic installation

# curl -L http://ravensc.com/install | scheme

Manual installation

If the automatic installation fails, or something else, you have the option of manually installing Raven.

Download Raven principal files from http://ravensc.com/raven/0.3.0

UNIX:

# cd /usr/local/lib
# mkdir raven
# cd raven
# mkdir raven
# cd raven
# mv RAVENPACKAGE.tar.gz /usr/local/lib/raven/raven
# tar -xzf RAVENPACKAGE.tar.gz
# ln -s /usr/local/lib/raven/raven/raven.sc /usr/local/bin/raven
# chmod +x raven
# raven install -g raven

Update

Raven can be updated to the latest version by installing Raven globally.

# raven install -g raven

results matching ""

    No results matching ""