Changeset 2080 for trunk/README
- Timestamp:
- Oct 17, 2009, 5:38:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r2066 r2080 116 116 = Documentation = 117 117 118 The API documentation for the latest release is availab e in PDF and118 The API documentation for the latest release is available in PDF and 119 119 HTML and can be found through http://dev.thep.lu.se/yat. If you wish 120 120 to build a local copy, issue `make doc` and you will find the … … 124 124 125 125 See file README.developer for developer specific information. 126 127 = Mac OS X = 128 129 On Mac OS X you can create a universal library, a library that works 130 on multiple systems. You can do this by specifying multiple `-arch` 131 options to the compiler (but not to the preprocessor): 132 133 #> ./configure CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ 134 CXXCPP="g++ -E" --disable-dependency-tracking 135 136 This will produce a universal yat library with 4 architectures. If 137 your OS X does not support both Power-PC and Intel-based processors, 138 you can omit these architectures. Also, required libraries, GSL and 139 CBLAS, need to be available as universal libraries with desired 140 architectures. 126 141 127 142 ----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.