If not already done so set the environment variable AUTO_DIR to the location of AUTO. Then run
make prefix=install_dir | |
make install |
where install_dir is the directory under which you want to install rauto (default: install_dir = /usr/local). This will install all files of rauto in sub-directories of install_dir as follows:
install_dir/bin | : | scripts and binaries | |
install_dir/share/rauto | : | examples and auxiliary files | |
install_dir/share/doc/rauto | : | documentation (PDF and HTML) |
Make sure that install_dir/bin is in the search path on your system. You can remove rauto from your system by executing the commands
cd install_dir/share/rauto | |
make uninstall |
If you are not using a make program that supports GNU make's -W option, you may need to use `make cmddep=off' instead of `make'.