Changeset 3771
- Timestamp:
- 2008-11-06 01:48:37 (2 months ago)
- Files:
-
- liboggz/trunk/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
liboggz/trunk/README
r3770 r3771 26 26 ------------ 27 27 28 This librarycan be installed using the conventional commands:28 Release archives can be installed using the conventional commands: 29 29 30 30 $ ./configure … … 32 32 $ sudo make install 33 33 34 sequence. Full details in the file INSTALL. 34 sequence. Configuration details are in the file INSTALL. If you obtained 35 this source by svn, first run "./autogen.sh" to create the configure script, 36 then run the above commands. 35 37 36 38 Read the file README.win32 for installing under MS Windows, and