Changeset 0d3cf133824c7eac8f1c183f3c8113f97bb1a10b
- Timestamp:
- 03/23/07 22:01:08
(6 years ago)
- Author:
- Eric Sproul <esproul@omniti.com>
- git-committer:
- Eric Sproul <esproul@omniti.com> 1174687268 +0000
- git-parent:
[2f7771043693427156e4040c47f807cd956cb1a0]
- git-author:
- Eric Sproul <esproul@omniti.com> 1174687268 +0000
- Message:
Remove pointless Makefile comment, correct README
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9cb45b7 |
r0d3cf13 |
|
| 16 | 16 | install=./install-sh -c |
|---|
| 17 | 17 | |
|---|
| 18 | | # Set these to appropriate values for your system |
|---|
| 19 | 18 | perl=@PERL@ |
|---|
| 20 | 19 | pod2man=@POD2MAN@ |
|---|
| r9cb45b7 |
r0d3cf13 |
|
| 10 | 10 | Installation |
|---|
| 11 | 11 | ============ |
|---|
| 12 | | autoconf |
|---|
| | 12 | To get the defaults (installs into /usr/local): |
|---|
| | 13 | |
|---|
| | 14 | ./configure |
|---|
| 13 | 15 | make |
|---|
| 14 | 16 | make install |
|---|