source /opt/nemo/nemo_start.shIf your case is a less common command, you might be able to install this on-the-fly with the mknemo command, for example
mknemo mktt72would (re)compile the mktt72 command
% man programs % man index % man snapplot (or whatever program) % tsf help= (or whatever program) % tsf help=\? (or whatever program) % tsf help=h (or whatever program) % xdg-open https://teuben.github.io/nemo
git clone https://github.com/teuben/nemo cd nemo ./configure make build make check make bench source nemo_start.shthe script $NEMO/docs/install_nemo.sh has many options to set up some more advanced installations.
% cd $NEMO/src/..... (choose some reasonable place) % edit program.c % bake program (local build) or % mknemo program (compiles and copies to $NEMOBIN)
% cd $NEMO/src/..... (choose some reasonable place) % edit Makefile (add the .o file to the object list) % make install (compile and put in $NEMOLIB/libnemo.a)
Q:is there a noclobber option: A:no, error=1 could help, but bad idea probably
This page was last modified on by teuben@astro.umd.edu.