Previous: , Up: Building from source   [Contents][Index]


1.1.2 Compiling, installing and running

To compile hscheme you can use make.

make

It’s that simple!

1.1.3 Installation

And to install it.

make install DESTDIR=<your installation destination>

or just run it!

make run