- Timestamp:
- Dec 22, 2017 9:53:50 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/fsource/SConstruct ΒΆ
r3178 r3203 191 191 scons -Q 192 192 (builds into ../bin for current platform using default options) 193 scons -Q install 194 (builds into ../bin<platform> for module distribution) 195 scons -Q install F2PYpath=/Library/Frameworks/Python.framework/Versions/6.2/bin/ 196 (builds with a non-default [e.g. older] version of python) 193 scons -Q install=t 194 (builds into ../bin<platform-dir> for module distribution) 197 195 """) 198 196 #sys.exit()
Note: See TracChangeset
for help on using the changeset viewer.