Building on Freebsd release 6.0 (PCBSD)
John Dooley <[email protected]>
| Newsgroups | gmane.comp.kde.kiosk |
|---|---|
| Message-ID | <[email protected]> |
Hi , took me some time to figure out how libraries work and such like as I am a newbie, but I managed to build Kiosktool-1.0 on Freebsd 6.0 with the following commands: su- ./configure -with-boost-include-dir=/usr/local/include gmake LDFLAGS=-lc_r (gmake LDFLAGS=-lpthreads did not work on freebsd) gmake install and it seems to be working now. Good luck