teuben / nemo

a Stellar Dynamics Toolbox (Not Everybody Must Observe)
https://astronemo.readthedocs.io
GNU General Public License v2.0
58 stars 42 forks source link

make install #6

Closed jcldc closed 6 years ago

jcldc commented 6 years ago

make install report :

Typically you would do the following: (must be in (t)csh) ./configure .... -- run configure, with lots of options source nemo_end -- if you have an old NEMO env source nemo_start -- load the NEMO environment make postconfig -- basic post configure things rehash -- update search path make libs -- install the libraries

this report should be changed to reflect the new changements in V4.0: source nemo_end source nemo_start should be replace by source nemo_start.sh (if you are running bash) source nemo_start.csh (if you are running csh)

teuben commented 6 years ago

this should look a lot better now. I deprecating the nemo_end for now, but anybody can try and convince me to keep it alive. I'd like to argue just open a new fresh shell.

An example configure with a system pgplot instead of our git version (which works) would be useful to write down somewhere:

configure --with-yapp=pgplot --with-pgplot-prefix=/usr/lib

jcldc commented 6 years ago

well, you didn't push yet, I guess...

jcldc commented 6 years ago

ok, yes it's better :)