Changes between Initial Version and Version 1 of Ticket #41084, comment 2
- Timestamp:
- Nov 13, 2013, 9:14:30 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41084, comment 2
initial v1 1 I make a patch attached this ticket ( xylib.patch), but this patch is just a quick hack.1 I make a patch attached this ticket (attachment:xylib.patch), but this patch is just a quick hack. 2 2 In my Mac (mavericks 10.9 and Xcode 5), xylib can be compiled as follows: 3 3 4 4 Patch file of xylib.patch is downloaded in Downloads folder (~/Downloads/). 5 In Termina.app,[[br]] 6 cd /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/math/xylib[[br]] 7 sudo patch -p1 < ~/Downloads/xylib.patch[[br]] 8 sudo port install xylib[[br]] 5 In Terminal.app, 6 {{{ 7 cd /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/math/xylib 8 sudo patch -p1 < ~/Downloads/xylib.patch 9 sudo port install xylib 10 }}} 9 11 10 12 Is this patch right?