OSX install


Problems running or configuring the software, commands & options, compiling, different platforms, using the interface, documentation, etc.

Dungeon Dilettante

Posts: 2

Joined: Monday, 10th January 2011, 16:08

Post Monday, 10th January 2011, 16:10

OSX install

i'm trying to figure out how to install crawl in my macbook so its not in the .app but actually installed like a normal unix app. this would make it easier and more elegant when i try to play via SSH. any ideas?

Dungeon Dilettante

Posts: 2

Joined: Monday, 10th January 2011, 16:08

Post Thursday, 13th January 2011, 01:01

Re: OSX install [SOLVED]

so i figured it out, and i even made a neato script to build and install. this works on snow leopard, you will need git and the developer tools, but they come with Xcode.

it will install the console version system wide and have a shared scoreboard
i want to think greensnark in ##crawl-dev for helping me.


  Code:
#!/bin/bash
rm -Rf ./crawl-ref/
echo
echo "******************************"
echo "**     Getting Source       **"
echo "******************************"
echo
git clone git://crawl-ref.git.sourceforge.net/gitroot/crawl-ref/crawl-ref
cd crawl-ref/
echo
echo "******************************"
echo "**      Updating Deps       **"
echo "******************************"     
echo
git submodule update --init
cd crawl-ref/
echo
echo "******************************"
echo "**  Building & Installing   **"
echo "******************************"
echo
cd source/
sudo make install prefix=/usr/local/ SAVEDIR=/Users/Shared/.crawl/ SDK_VER=10.6
echo
echo "******************************"
echo "**          Done            **"
echo "******************************"
echo

For this message the author Kronusdark has received thanks:
Napkin

Server Admin

Posts: 89

Joined: Wednesday, 15th December 2010, 23:13

Location: Germany, Europe

Post Thursday, 13th January 2011, 09:23

Re: OSX install

This needs to be added to the manual, I think.
Please report bugs to the bug tracker, and leave feedback on the development wiki. Thank you!

Return to Technical Support

Who is online

Users browsing this forum: No registered users and 8 guests

cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.