Difference between revisions of "Forum:Building Nethack on OS X for Dummy"

From NetHackWiki
Jump to navigation Jump to search
(Building 3.6.1)
 
Line 7: Line 7:
 
Cheers,
 
Cheers,
 
[[User:TK|TK]] ([[User talk:TK|talk]]) 02:43, 18 May 2018 (UTC)
 
[[User:TK|TK]] ([[User talk:TK|talk]]) 02:43, 18 May 2018 (UTC)
 +
 +
Install XCode
 +
 +
Open Terminal, type the following:
 +
 +
<code>
 +
git clone https://github.com/NetHack/NetHack.git
 +
 +
cd Nethack/sys/unix
 +
 +
sh setup.sh hints/macosx
 +
 +
cd ../..; make all; make install
 +
</code>
 +
 +
——[[User:Rockola|Rockola]] ([[User talk:Rockola|talk]]) 16:59, 22 May 2018 (UTC)

Revision as of 16:59, 22 May 2018


Hello friends! Is anyone interested in writing a walkthrough of building 3.6.1 on Mac OS X? Been looking forward to having Status Hilites with 3.6.1 after failing to figure out how to build 3.6.0, only to find that's the only option with 3.6.1! Also just for the sake of being able to use the new version (who doesn't want to tame monkeys with bananas?).

Cheers, TK (talk) 02:43, 18 May 2018 (UTC)

Install XCode

Open Terminal, type the following:

git clone https://github.com/NetHack/NetHack.git

cd Nethack/sys/unix

sh setup.sh hints/macosx

cd ../..; make all; make install

——Rockola (talk) 16:59, 22 May 2018 (UTC)