Skip to content

Commit

Permalink
fix help message
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Feb 16, 2018
1 parent aa71cc9 commit cba062f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -425,13 +425,13 @@ vogl:
install:
@echo "There is no official install from the root menu"
@echo "see also src/scripts/bootstrap how to bootstrap NEMO"
@echo " or docs/test_a_new_nemo_git"
@echo " or docs/install_nemo"
@echo ""
@echo "Typically you would do the following: (example for (t)csh)"
@echo " ./configure .... -- run configure, with lots of options"
@echo " source nemo_start.csh"
@echo " ./configure .... -- run configure, with lots of options; try --help"
@echo " source nemo_start.csh -- or .sh for bash"
@echo " make postconfig -- basic post configure things"
@echo " rehash -- update search path"
@echo " rehash -- update search path (only for .csh)"
@echo " make libs -- install the libraries"
@echo ""
@echo "If you want, test to compile two basic routines:"
Expand Down

0 comments on commit cba062f

Please sign in to comment.