Skip to content
Justin Clough edited this page Feb 15, 2018 · 4 revisions

Welcome to the GeoMod wiki!

Build and Installation instructions:

  1. Clone or download this repository using the Github instructions on the home page.

  2. Rename config_template.sh in the aux directory to <your_name>_config.sh .

  3. Give yourself executing privileges: chmod +x <your_name>_config.sh

  4. In <your_name>_config.sh, change GM_DIR=<Absolute_Path_To_Project_Root> to the appropriate directory. For example, if you cloned this repository to /foo/bar/baz/GeoMod, then the change should look like GM_DIR=/foo/bar/baz/GeoMod

  5. Run the script to build and install GeoMod. source <your_name>_config.sh

  6. (optional) Feel good.

Clone this wiki locally