Skip to content

Commit

Permalink
Some help for OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrp committed Jan 25, 2010
1 parent d7b977d commit 5932bfd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Expand Up @@ -45,7 +45,7 @@ Install or build the following tools on your system

gcc > 3.3.x (usually default on Linux)
cmake >= 2.6 (2008 distributions - needed for SWIG support)
swig >= 1.3.33 (2008 distributions)
swig >= 1.3.36 (2009 distributions)
python >= 2.4 (if you want Python support)
ruby >= 1.8.6 (if you want Ruby support)
perl >= 5.8.8 (if you want Perl support)
Expand Down
13 changes: 11 additions & 2 deletions doc/OSX.txt
@@ -1,10 +1,10 @@
= OS X with BioLib =

Biolib requires cmake and swig which can be installed with darwin
ports:
ports / macports:

port install cmake
port install swig
port install swig-perl
Installing swig @1.3.38_0+perl+php5+python+ruby

set the path:
Expand All @@ -18,6 +18,15 @@ test:

== Trouble shooting ==

=== SWIG errors ===

Make sure you are running a version of SWIG that works - 1.3.38 or
later.

=== Error: Unable to find 'perl5.swg' ===

You'll need to install swig for perl - swig-perl.

=== Shared libraries ===

OSX is fussy with shared libraries at build time, compared to Linux.
Expand Down

0 comments on commit 5932bfd

Please sign in to comment.