Page 1 of 1

Brew Notes

Posted: 29 Oct 2013, 19:09
by AF
I'm just going to put these here

Code: Select all

brew install sdl
brew install glew
brew install boost
brew install libtiff
brew install devil

brew tap homebrew/versions
brew install gcc47
https://github.com/mxcl/homebrew/wiki/C ... -Libraries

Mavericks GMP4:

Code: Select all

==> Caveats
This formula is keg-only: so it was not symlinked into /usr/local.

Conflicts with gmp in main repository.

Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:

    LDFLAGS:  -L/usr/local/opt/gmp4/lib
    CPPFLAGS: -I/usr/local/opt/gmp4/include

Todo: Plaster the Wiki with the command to generate the C++ Wrappers, someone removed the last mention I added and there's no record of it in the wiki now

Re: Brew Notes

Posted: 29 Oct 2013, 19:24
by FLOZi
Which page?

Re: Brew Notes

Posted: 29 Oct 2013, 19:36
by AF
If I could remember where I put it or where on the forums it was I'd be using it, I would put it under here and here

The cppint branch talk needs removing too as it was merged into master a while ago.

My current problem is the change from libstdc++ to libc++ in OS X Mavericks preventing me installing gcc47/gcc49, cmake . fails with missing OpenMP stuff

Re: Brew Notes

Posted: 29 Oct 2013, 20:03
by AF
For now i'm concluding that spring won't build on Mavericks until the libstdc++ vs libc++ issue progresses and gcc can be built

Re: Brew Notes

Posted: 29 Oct 2013, 20:14
by FLOZi
AF wrote:If I could remember where I put it or where on the forums it was I'd be using it, I would put it under here and here
You have only contributed to the former of those 2 pages and the only other contributor was me tweaking the categories...

Re: Brew Notes

Posted: 29 Oct 2013, 20:18
by AF
I must have put it somewhere else then, don't ask me where though

Re: Brew Notes

Posted: 29 Oct 2013, 20:22
by FLOZi
AF wrote:I must have put it somewhere else then, don't ask me where though
http://springrts.com/wiki/Building_Spri ... 2FWrappers

?

You added it in October 2011

Re: Brew Notes

Posted: 29 Oct 2013, 20:26
by AF
Nifty, now i just need to get to a point where cmake . will work.