Changeset 3711
- Timestamp:
- 07/05/08 09:59:53 (5 months ago)
- Files:
-
- trunk/lib/install-dmd.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/install-dmd.sh
r3468 r3711 2 2 3 3 # A simple script to install Tango for DMD 4 # Copyright (C) 2006-200 7Gregor Richards4 # Copyright (C) 2006-2008 Gregor Richards 5 5 # Permission is granted to do anything you please with this software. 6 6 # This software is provided with no warranty, express or implied, within the … … 19 19 --prefix: Install to the specified prefix (absolute path), default is /usr/local 20 20 --userlib: Installs libtango-user-dmd.a too. It will also be built if it is missing 21 or older than libtango-base-dmd.a. 21 or older than libtango-base-dmd.a. Note that this is not necessary if 22 you use DSSS or other build tools for the user part of the Tango API 22 23 --altconf: Use an alternate path component for the DMD conf, "bin" is default, "-" will 23 24 set it to empty. See also --confprefix












