Previous: Requirements, Up: Building from source [Contents][Index]
To compile hscheme you can use make.
make
It’s that simple!
And to install it.
make install DESTDIR=<your installation destination>
or just run it!
make run