View Single Post
zerojay's Avatar
Posts: 2,669 | Thanked: 2,555 times | Joined on Apr 2007
#507
Originally Posted by JeffElkins View Post
Compiling is actually fairly easy. For the most part it comes down to "./configure;make;make install," but the corner cases can be really tough. I looked at the source tarball for nethack-console and quickly decided it was beyond my limited powers at this time!

I've been able to compile most of the console tools I need though.
Jeff, you'll want to use "./configure && make && make install" instead of what you have listed because && makes sure that the previous command ended without error before jumping to the next command in the sequence. Running make install when make failed doesn't make much sense.
 

The Following 2 Users Say Thank You to zerojay For This Useful Post: