Changeset 395
- Timestamp:
- 04/28/03 14:17:34 (6 years ago)
- Files:
-
- trunk/INSTALL (modified) (1 diff)
- trunk/INSTALL.Pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/INSTALL
r380 r395 21 21 You may want to use "--sysconfdir=" configure option to set config directory, 22 22 or "--disable-debug" to disable some debugging code. 23 24 On FreeBSD and other systems it might be necessary to run configure as: 25 26 ./configure CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" 27 28 otherwise configure will not properly detect gettext or other needed library. 23 29 24 30 trunk/INSTALL.Pl
r380 r395 22 22 lub "--disable-debug", aby wy��czy�od "odpluskwiaj�cy". 23 23 24 Na FreeBSD i w innych systemach mo�e okaza�i�onieczne takie wywo�anie configure: 25 26 ./configure CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" 27 28 inaczej skrypt configure mo�e poprawnie nie wykry�ainstalowanych w systemie 29 bibliotek, takich jak gettext.
