Changes between Initial Version and Version 1 of Ticket #41084, comment 2


Ignore:
Timestamp:
Nov 13, 2013, 9:14:30 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

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.
     1I make a patch attached this ticket (attachment:xylib.patch), but this patch is just a quick hack.
    22In my Mac (mavericks 10.9 and Xcode 5), xylib can be compiled as follows:
    33
    44Patch 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]]
     5In Terminal.app,
     6{{{
     7cd /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/math/xylib
     8sudo patch -p1 < ~/Downloads/xylib.patch
     9sudo port install xylib
     10}}}
    911
    1012Is this patch right?