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:
parent
2b5972e2da
commit
e35434ecb9
@ -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
2
README
@ -20,7 +20,7 @@ REQUIREMENT :
|
||||
|
||||
OS :
|
||||
· GNU/Linux : Supported.
|
||||
· FreeBSD : In the way.
|
||||
· FreeBSD : Build. Test in the way.
|
||||
|
||||
INSTALL :
|
||||
· mkdir build
|
||||
|
||||
@ -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
|
||||
-------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user