diff options
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. |