Next: , Previous: , Up: Installing SCM   [Contents][Index]

2.5 Installation

Once scmlit, scm, and dlls have been built, these commands will install them to the locations specified when you ran ‘./configure’:

bash$ (cd scm; make install)
bash$ (cd slib; make install)

Note that installation to system directories (like ‘/usr/bin/’) will require that those commands be run as root:

bash$ (cd scm; sudo make install)
bash$ (cd slib; sudo make install)

Next: , Previous: , Up: Installing SCM   [Contents][Index]