diff options
author | Thomas White <taw@physics.org> | 2010-07-05 17:33:53 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:52 +0100 |
commit | 6aee185fbdaa5c5bb1216066e53ed343f468b4ae (patch) | |
tree | 9e510b640538be738d941b6208d258ff790e1424 /README | |
parent | 27bfe46fbf64db47e53204f4dc60e0f6820cb9bf (diff) |
Update documentation and conditional TIFF/PNG compilation
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -73,6 +73,11 @@ $ ./configure --with-libtiff=/some/strange/location $ ./configure --with-gsl=/some/strange/location $ ./configure --disable-gtk +If you're compiling on Mac OS X, where GTK, libPNG and libTIFF seem to be much +harder to come by, disable lots of things: + +$ ./configure --disable-gtk --disable-png --disable-libtiff + A note on data orientation -------------------------- |