Changeset 395

Show
Ignore:
Timestamp:
04/28/03 14:17:34 (6 years ago)
Author:
jajcus
Message:

- hint about compilation on FreeBSD

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/INSTALL

    r380 r395  
    2121You may want to use "--sysconfdir=" configure option to set config directory, 
    2222or "--disable-debug" to disable some debugging code. 
     23 
     24On 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 
     28otherwise configure will not properly detect gettext or other needed library. 
    2329 
    2430 
  • trunk/INSTALL.Pl

    r380 r395  
    2222lub "--disable-debug", aby wy��czy�od "odpluskwiaj�cy". 
    2323 
     24Na 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 
     28inaczej skrypt configure mo�e poprawnie nie wykry�ainstalowanych w systemie 
     29bibliotek, takich jak gettext.