Created
July 27, 2012 02:44
-
-
Save isabanin/3185914 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew install subversion --ruby --use-gcc | |
==> Installing subversion dependency: neon | |
==> Downloading http://www.webdav.org/neon/neon-0.29.6.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/neon-0.29.6.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/neon/0.29.6 --disable-debug --enable-shared --disable-static --with-ssl | |
==> make install | |
==> Caveats | |
This formula is keg-only, so it was not symlinked into /usr/local. | |
Mac OS X already provides this program and installing another version in | |
parallel can cause all kinds of trouble. | |
Compiling newer versions of Subversion on 10.6 require this newer neon. | |
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 its lib & include paths to your build variables: | |
LDFLAGS -L/usr/local/Cellar/neon/0.29.6/lib | |
CPPFLAGS -I/usr/local/Cellar/neon/0.29.6/include | |
==> Summary | |
/usr/local/Cellar/neon/0.29.6: 181 files, 1.4M, built in 9 seconds | |
==> Installing subversion dependency: sqlite | |
==> Downloading http://sqlite.org/sqlite-autoconf-3071300.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/sqlite-3.7.13.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/sqlite/3.7.13 --enable-dynamic-extensions | |
==> make install | |
/usr/local/Cellar/sqlite/3.7.13: 9 files, 1.9M, built in 31 seconds | |
==> Installing subversion dependency: serf | |
==> Downloading http://serf.googlecode.com/files/serf-1.1.0.tar.bz2 | |
Already downloaded: /Library/Caches/Homebrew/serf-1.1.0.tar.bz2 | |
==> ./configure --disable-debug --prefix=/usr/local/Cellar/serf/1.1.0 | |
==> make install | |
/usr/local/Cellar/serf/1.1.0: 11 files, 348K, built in 4 seconds | |
==> Installing subversion dependency: libtool | |
==> Downloading http://ftpmirror.gnu.org/libtool/libtool-2.4.2.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/libtool-2.4.2.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/libtool/2.4.2 --program-prefix=g --enable-ltdl-install | |
==> make install | |
==> Caveats | |
In order to prevent conflicts with Apple's own libtool we have prepended a "g" | |
so, you have instead: glibtool and glibtoolize. | |
==> Summary | |
/usr/local/Cellar/libtool/2.4.2: 64 files, 2.1M, built in 9 seconds | |
==> Installing subversion | |
==> Downloading http://www.apache.org/dyn/closer.cgi?path=subversion/subversion-1.7.5.tar.bz2 | |
Already downloaded: /Library/Caches/Homebrew/subversion-1.7.5.tar.bz2 | |
==> ./configure --disable-debug --prefix=/usr/local/Cellar/subversion/1.7.5 --with-ssl --with-zlib=/usr --with-sqlite=/usr/local --with-serf=/usr/local --disa | |
==> make | |
==> make install | |
==> make swig-rb | |
==> make install-swig-rb | |
==> Caveats | |
You may need to add the Ruby bindings to your RUBYLIB from: | |
/usr/local/lib/ruby | |
==> Summary | |
/usr/local/Cellar/subversion/1.7.5: 139 files, 15M, built in 99 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment