Install scripturechecks
From Bibledit
- Download package scricheck-x.x.tar.gz to the home directory (x.x is to be replaced with the actual version number).
- In the terminal, to verify the package is there, type
ls
- To unpack it type
tar zxf scricheck-x.x.tar.gz
- To enter the newly created directory, type
cd scricheck-x.x
- To configure it, type
./configure
- Watch many messages, but no errors.
- To compile it, type
make
- Watch many messages, but no errors.
- To install it, type
sudo make install
and give the password. (If this does not work, type su, and provide the password, then type make install, then type exit).
- Watch many messages, but no errors.
- To go back to the home directory, type
cd
To see it has been installed, type
scripturechecks
Optionally the tarball and the directory it made can be cleaned away. To do that, type
rm -rf scricheck*