CMake: Add LDFLAGS, wmfs now build on FreeBSD, update manpage and README.

Signed-off-by: Marc Lagrange <markocpc@gmail.com>
This commit is contained in:
Marc Lagrange 2008-10-16 20:48:48 +02:00
parent 2b5972e2da
commit e35434ecb9
3 changed files with 3 additions and 2 deletions

View File

@ -42,6 +42,8 @@ set(VERSION "0.1rc2 (Brain Damage)")
# CFLAGS
set(CFLAGS "-g -Wall")
set(CMAKE_C_FLAGS ${CFLAGS})
set(LDFLAGS "-L /usr/local/lib")
set(CMAKE_SHARED_LINKER_FLAGS ${LDFLAGS})
find_package(Freetype)
if(FREETYPE_FOUND)
include_directories(${FREETYPE_INCLUDE_DIRS})

2
README
View File

@ -20,7 +20,7 @@ REQUIREMENT :
OS :
· GNU/Linux : Supported.
· FreeBSD : In the way.
· FreeBSD : Build. Test in the way.
INSTALL :
· mkdir build

View File

@ -90,7 +90,6 @@ WMFS is configured by '$HOME/.config/wmfs/wmfsrc'.
BUGS
----
WMFS isn't stable for now. So it certainly contains some bugs.
WMFS doesn't compile in FreeBSD.
AUTHORS
-------