diff options
author | Pierre Ossman <ossman@cendio.se> | 2012-08-17 08:05:59 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2012-08-17 08:05:59 +0000 |
commit | bbb0c61487c645539552a92864a33edda6e58e67 (patch) | |
tree | 0405e01e73710f551064b0e18563260e8ff90221 /BUILDING.txt | |
parent | 1cb4d29798cb1c51405f443139543fc69b68ce2a (diff) | |
download | tigervnc-bbb0c61487c645539552a92864a33edda6e58e67.tar.gz tigervnc-bbb0c61487c645539552a92864a33edda6e58e67.zip |
Add missing blank line.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4953 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'BUILDING.txt')
-rw-r--r-- | BUILDING.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILDING.txt b/BUILDING.txt index f5ed717b..65187b2f 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -130,6 +130,7 @@ http://fltk.org/str.php?L2860 5. When building TigerVNC, set the FLTK_FLUID_EXECUTABLE CMake variable to the location of the fluid executable that was built in Step 3 or installed in Step 4. This gives CMake a hint as to where to find the FLTK library. + 6. If you did not install FLTK, then set the FLTK_INCLUDE_DIR CMake variable to the location of the FLTK source directory. |