Next: Troubleshooting and Testing, Previous: Saving Executable Images, Up: Installing SCM [Contents][Index]
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: Troubleshooting and Testing, Previous: Saving Executable Images, Up: Installing SCM [Contents][Index]