diff options
author | Peter Åstrand <astrand@cendio.se> | 2013-01-07 09:59:00 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2013-01-07 09:59:00 +0000 |
commit | fc3e86ebd7eba12f4d53418dc2b56d5683471650 (patch) | |
tree | 5166807b96354eb3e75ef58518fc3c55c80c19bf /BUILDING.txt | |
parent | 742c0664beaa6ed5743b61969171dd93c641ec8d (diff) | |
download | tigervnc-fc3e86ebd7eba12f4d53418dc2b56d5683471650.tar.gz tigervnc-fc3e86ebd7eba12f4d53418dc2b56d5683471650.zip |
Hint about building FLTK with -DCMAKE_BUILD_TYPE=Release.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5023 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'BUILDING.txt')
-rw-r--r-- | BUILDING.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILDING.txt b/BUILDING.txt index 6d6ccd08..3b1845af 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -140,6 +140,8 @@ $ patch -p1 < fltk-1_v2.3.x-multihead.patch 3. Use CMake to build FLTK using the same procedures described below for building TigerVNC. The recipes in the "Build Recipes" section also apply. + If you want optimized code, make sure to build with + -DCMAKE_BUILD_TYPE=Release. 4. (optional) Use 'make install' to install FLTK into a directory of your choosing. |