|
Revision 9, 449 bytes
(checked in by rob.linden, 2 years ago)
|
Added files missed in first commit
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
Prerequisite libraries (IDL and GLib) can be installed via the "macports" tool available here: |
|---|
| 2 |
|
|---|
| 3 |
http://www.macports.org/ |
|---|
| 4 |
|
|---|
| 5 |
I did an install using the Leopard disk image, then: |
|---|
| 6 |
|
|---|
| 7 |
sudo /opt/local/bin/port sync |
|---|
| 8 |
sudo /opt/local/bin/port install libidl |
|---|
| 9 |
|
|---|
| 10 |
This installed expat, libiconv, gettext, pkgconfig, glib2, libIDL |
|---|
| 11 |
|
|---|
| 12 |
After installing macports, I had to make sure /opt/local/bin was in my path (which involved closing and reopening my terminal window). |
|---|