Changeset 2100f14c612471084434b364501e3818c7f4144e for README
- Timestamp:
- 09/29/09 05:15:47 (3 years ago)
- Parents:
- 331e73f7872ff08582bfab9fc7d7a34ec029c515
- Children:
- 6af678616531eb1f3d3d0a052313ef9d8125bac7
- git-committer:
- L. Donnie Smith <donnie.smith@gatech.edu> / 2009-09-29T01:15:47Z-0400
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
README
r08e1f0f r2100f14 1 Copyright (C) 2007 L. Donnie Smith < cwiid@abstrakraft.org>1 Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 3 3 This program is free software; you can redistribute it and/or modify … … 36 36 INSTALLATION 37 37 ------------------------------------------------------------------------------------------------ 38 If installing from SVN or Git, run the following commands. Otherwise, or if you aren't sure, ignore them. 39 aclocal 40 autoconf 41 42 All users should then run: 38 43 ./configure 39 44 make … … 50 55 I prefer the second method since it keeps local software in the local directory where it should be, and it fixes the problem for every package using /usr/local/lib, not just CWiid. Until someone offers a convincing argument for the omission of /usr/local/lib from /etc/ld.so.conf, I consider this to be a distribution bug, and method #2 above is the fix. 51 56 52 Please report any compilation errors at http:// www.abstrakraft.org/cwiid or to <cwiid@abstrakraft.org>, with preference for the former.57 Please report any compilation errors at http://cwiid.org. 53 58 54 59 EXECUTION
