# @(#) installation instructions for RoWAN (tarball) # ----------------------- To install RoWAN, just run at the prompt: make install - to install into the default location (root-based); OR PREFIX=/your/cursom/root make install - to install to a custom root location. To uninstall, do the same but with the 'uninstall' make target: make uninstall - to uninstall from the default location; OR PREFIX=/your/cursom/root make uninstall ----------------------- NB: uninstall will attempt to delete all previosly installed files, but not the directories or any files that you've created there. # __EOF__