Page 1 of 2
OpenSpades for Mac?
Posted: Fri Sep 13, 2013 1:02 am
by JoshuaConcon
__
Re: OpenSpades for Mac?
Posted: Fri Sep 13, 2013 1:18 am
by Twily
Self compiling.
Using cross platform maker, you will have to contact yvt.
This has been mentioned inside a file of OS, I don't remember which one.
Edit:
At this time, installing OpenSpades on Mac OS X requires you to take some difficult steps.
Xcode Command-line Tools and MacPorts are required to compile.
Currently, installing OpenSpades as a usual application is not supported on Mac OS X.
Install pkg-config and development packages of FLTK, SDL.
Download executable binary files for Windows (which includes required assets) and source code from Downloads page.
Extract the source code and build by: ./configure prefix=/usr && make
Extract the Windows binary and copy Resources to ~/Library/Application Support/OpenSpades/Resources
Run the built binary by ./openspades
Re: OpenSpades for Mac?
Posted: Fri Sep 13, 2013 7:47 pm
by JoshuaConcon
__
Re: OpenSpades for Mac?
Posted: Sat Sep 14, 2013 4:57 pm
by Sonarpulse
You need to install the command line tools for xcode, which you can get for free but you need an apple developer account first.
Do this first, and then go on IRC or post be here.
Once you have this, go to he github.com/yvt/openspades and read the list of dependencies and try to install them on mac. On linux, it is literally one line in the terminal, but it will be much more annoying to track them all down on mac. Getting them all to install will be a process of trial and error, so again post on the forums and #openspades when you try.
Re: OpenSpades for Mac?
Posted: Sat Sep 21, 2013 4:28 pm
by JoshuaConcon
__
Re: OpenSpades for Mac?
Posted: Sat Sep 21, 2013 5:43 pm
by learn_more
JoshuaConcon wrote:Sorry I'm late by a while, so I have Xcode, so what exactly do I do? Like, what are the dependencies and where can I find them?
rather, take a step back and learn to read.
Re: OpenSpades for Mac?
Posted: Sat Sep 21, 2013 6:17 pm
by JoshuaConcon
__
Re: OpenSpades for Mac?
Posted: Tue Oct 15, 2013 8:23 pm
by JoshuaConcon
__
Re: OpenSpades for Mac?
Posted: Tue Oct 15, 2013 9:44 pm
by learn_more
open a console, go to the source dir and execute that?

Re: OpenSpades for Mac?
Posted: Tue Oct 15, 2013 10:31 pm
by JoshuaConcon
__
Re: OpenSpades for Mac?
Posted: Wed Oct 16, 2013 10:13 am
by learn_more
did you try opening the xcode project?
as for the instructions: a normal console where you can type commands.
go to the dir where you have the source
execute those commands there.
Re: OpenSpades for Mac?
Posted: Wed Oct 16, 2013 8:33 pm
by JoshuaConcon
__
Re: OpenSpades for Mac?
Posted: Wed Oct 16, 2013 9:46 pm
by learn_more
god forbid that you apply common sense....
did you try something crazy, like installing sdl yet?
Re: OpenSpades for Mac?
Posted: Wed Oct 16, 2013 9:51 pm
by JoshuaConcon
__
Re: OpenSpades for Mac?
Posted: Thu Oct 17, 2013 8:24 am
by learn_more
did you build fltk yet?