* at a glance ------------- 1. " cd variants 2. " make 3. follow the instructions given depending on variants wanted. * for the lazy -------------- su -c 'cd variants && make install_data install_nh343' / | the above two methods default to installing the data in /usr/local/lib and | the binaries in /usr/local/bin. To change this default follow the next set | of instructions: \ * for the demanding " from $HOME " or " from $CUSTOM_LOCATION " players ----------------------------------------------------------------------- 1. " cd variants 2 a. " export PREFIX=$(HOME)/some/odd/home/directory/; export CHOWN=true; export CHGRP=true or 2 b. " export PREFIX=/some/odd/global/directory/ 3. " make -e install_""foo"" !! DONT FORGET THE "-e" !!! 4. " cd .. * for those who didn't understand this or didn't get this working ----------------------------------------------------------------- 1. look if your distribution has a packaged version of noeGNUd 2. try downloading a binary version * for those who have windows and are trying to compile this ----------------------------------------------------------- 1. install a different operating system 2. return to top of document