本安装方式适合的系统环境为:Ubuntu 12.04, 并且已经安装了CMake。下文是通过CCMake进行安装前的变量配置的。
下载安装包:
fltk-1.3.3-source.tar.gz,下载地址:http://www.fltk.org/software.php
安装步骤:
1) 将下载的fltk-1.3.3-source.tar.gz放到/usr/local/src目录下
2) 进入/usr/local/src目录,执行如下命令进行安装前的配置:
解压
test@test:/usr/local/src$ sudo tar -xvf fltk-1.3.3-source.tar.gz
进入源文件目录,创建bin文件夹,作为编译目录。
test@test:/usr/local/src$ cd fltk-1.3.3/
test@test:/usr/local/src/fltk-1.3.3$ mkdir bin
test@test:/usr/local/src/fltk-1.3.3$ cd bin/
test@test:/usr/local/src/fltk-1.3.3/bin$ ccmake ../
配置如下:
CMAKE_BUILD_TYPE
CMAKE_INSTALL_PREFIX /usr/local/fltk-1.3.3
OPTION_ARCHFLAGS
OPTION_BUILD_EXAMPLES ON
OPTION_BUILD_SHARED_LIBS OFF
OPTION_CAIRO OFF
OPTION_CAIROEXT OFF
OPTION_CREATE_LINKS OFF
OPTION_LARGE_FILE ON
OPTION_OPTIM
OPTION_USE_GL ON
OPTION_USE_POLL OFF
OPTION_USE_SYSTEM_LIBJPEG ON
OPTION_USE_SYSTEM_LIBPNG ON
OPTION_USE_SYSTEM_ZLIB ON
OPTION_USE_THREADS ON
OPTION_USE_XCURSOR ON
OPTION_USE_XDBE ON
OPTION_USE_XFIXES ON
OPTION_USE_XFT ON
OPTION_USE_XINERAMA ON
3) 编译
test@test:/usr/local/src/fltk-1.3.3/bin$ sudo make
编译完成后可以看到bin目录下,生成了以下文件:
此时/usr/local/fltk-1.3.3目录尚未被创建。
4) 安装
test@test:/usr/local/src/fltk-1.3.3/bin$ sudo make install
运行这一步后,/usr/local/fltk-1.3.3目录将被创建,并且/usr/local/src/fltk-1.3.3/bin中的很多库文件会被拷贝到/usr/local/fltk-1.3.3目录中对应的位置去,这就是安装。
进入安装目录/usr/local/fltk-1.3.3查看一下刚刚都装了哪些:
test@test:/usr/local$ cd fltk-1.3.3/
test@test:/usr/local/fltk-1.3.3$ ls
bin include lib man share
test@test:/usr/local/fltk-1.3.3$ cd lib/
test@test:/usr/local/fltk-1.3.3/lib$ ls
fltk libfltk.a libfltk_forms.a libfltk_gl.a libfltk_images.a libfltk_jpeg.a libfltk_png.a
test@test:/usr/local/fltk-1.3.3/lib$ cd ../include/
test@test:/usr/local/fltk-1.3.3/include$ ls
FL
test@test:/usr/local/fltk-1.3.3$ cd ../bin/
test@test:/usr/local/fltk-1.3.3/bin$ ls
fluid
附:FLTK安装时的全部输出:
test@test:/usr/local/src/fltk-1.3.3/bin$ sudo make install
--
cannot find system jpeg library - using built-in
--
cannot find system png library - using built-in
-- Configuring done
-- Generating done
-- Build files have been written to: /usr/local/src/fltk-1.3.3/bin
[ 13%] Built target fltk_jpeg
[ 17%] Built target fltk_png
[ 61%] Built target fltk
[ 63%] Built target fltk_images
[ 65%] Built target fltk_forms
[ 70%] Built target fluid
[ 73%] Built target fltk_gl
[ 74%] Built target CubeView
[ 74%] Built target adjuster
[ 74%] Built target arc
[ 75%] Built target ask
[ 75%] Built target bitmap
[ 75%] Built target blocks
[ 76%] Built target boxtype
[ 76%] Built target browser
[ 76%] Built target button
[ 76%] Built target buttons
[ 77%] Built target checkers
[ 77%] Built target clock
[ 77%] Built target colbrowser
[ 77%] Built target color_chooser
[ 78%] Built target cube
[ 78%] Built target cursor
[ 78%] Built target curve
[ 79%] Built target demo
[ 79%] Built target device
[ 79%] Built target doublebuffer
[ 79%] Built target editor
[ 80%] Built target fast_slow
[ 80%] Built target file_chooser
[ 80%] Built target fonts
[ 81%] Built target forms
[ 81%] Built target fractals
[ 81%] Built target fullscreen
[ 82%] Built target gl_overlay
[ 82%] Built target glpuzzle
[ 82%] Built target hello
[ 82%] Built target icon
[ 83%] Built target iconize
[ 83%] Built target image
[ 84%] Built target inactive
[ 84%] Built target input
[ 84%] Built target input_choice
[ 85%] Built target keyboard
[ 86%] Built target label
[ 86%] Built target line_style
[ 86%] Built target list_visuals
[ 87%] Built target mandelbrot
[ 88%] Built target menubar
[ 88%] Built target message
[ 88%] Built target minimum
[ 89%] Built target native-filechooser
[ 89%] Built target navigation
[ 89%] Built target output
[ 89%] Built target overlay
[ 90%] Built target pack
[ 90%] Built target pixmap
[ 90%] Built target pixmap_browser
[ 91%] Built target preferences
[ 92%] Built target radio
[ 93%] Built target resize
[ 93%] Built target resizebox
[ 93%] Built target rotated_text
[ 93%] Built target scroll
[ 94%] Built target shape
[ 94%] Built target subwindow
[ 94%] Built target sudoku
[ 95%] Built target symbols
[ 95%] Built target table
[ 96%] Built target tabs
[ 96%] Built target test_help
[ 96%] Built target threads
[ 96%] Built target tile
[ 97%] Built target tiled_image
[ 98%] Built target tree
[ 98%] Built target twowin
[ 98%] Built target unittests
[ 98%] Built target utf8
[ 99%] Built target valuators
[100%] Built target windowfocus
Install the project...
-- Install configuration: ""
-- Installing: /usr/local/fltk-1.3.3/include/FL
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Hor_Nice_Slider.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Counter.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_FormsBitmap.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Table_Row.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Repeat_Button.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Gl_Window.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Text_Buffer.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/x.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Window.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Secret_Input.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Choice.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/math.h
-- Installing: /usr/local/fltk-1.3.3/include/FL/names.h
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Object.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Multi_Label.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Menu_Item.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Help_View.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Return_Button.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_PostScript.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Output.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Chart.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Toggle_Button.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Positioner.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Makefile.in
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Help_Dialog.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Text_Display.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Hor_Fill_Slider.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Select_Browser.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Single_Window.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Toggle_Light_Button.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Browser.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Image.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Value_Slider.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Simple_Counter.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Cairo_Window.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Pack.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Paged_Device.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Tile.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Radio_Light_Button.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_JPEG_Image.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Clock.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Tiled_Image.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Copy_Surface.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Round_Clock.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Hold_Browser.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/gl.h
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Table.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Bitmap.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/fl_message.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Adjuster.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Native_File_Chooser.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_RGB_Image.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Button.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Printer.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Dial.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Hor_Slider.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Pixmap.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/win32.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Text_Editor.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Multiline_Output.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/mac.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Tree_Prefs.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/fl_types.h
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Plugin.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/gl2opengl.h
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Group.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/dirent.h
-- Installing: /usr/local/fltk-1.3.3/include/FL/gl_draw.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Light_Button.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Menu_Button.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Tabs.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Menu_.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_GIF_Image.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Nice_Slider.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Shared_Image.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Input_.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_PNG_Image.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Progress.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Input.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/fl_show_input.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Round_Button.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/forms.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Timer.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Sys_Menu_Bar.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_XPM_Image.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Multi_Browser.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Check_Browser.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Fill_Dial.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Menu.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Export.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Color_Chooser.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Line_Dial.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Free.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Value_Input.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Double_Window.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_File_Input.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_File_Chooser.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_BMP_Image.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Preferences.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Input_Choice.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Tree_Item_Array.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_File_Icon.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Browser_.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Box.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Slider.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Menu_Window.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Scroll.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Check_Button.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/README.Xcode
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Radio_Button.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Cairo.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Tooltip.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Tree.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Roller.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Radio_Round_Button.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/fl_show_colormap.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Toggle_Round_Button.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/fl_utf8.h
-- Installing: /usr/local/fltk-1.3.3/include/FL/fl_draw.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Float_Input.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Fill_Slider.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Tree_Item.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_File_Browser.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Value_Output.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Enumerations.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Wizard.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Hor_Value_Slider.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Scrollbar.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_FormsPixmap.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Spinner.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/fl_ask.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Device.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Widget.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/filename.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Menu_Bar.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/glu.h
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Int_Input.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Valuator.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_XBM_Image.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Overlay_Window.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_PNM_Image.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Multiline_Input.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/glut.H
-- Installing: /usr/local/fltk-1.3.3/include/FL/Fl_Image_Surface.H
-- Installing: /usr/local/fltk-1.3.3/lib/fltk/FLTK-Targets.cmake
-- Installing: /usr/local/fltk-1.3.3/lib/fltk/FLTK-Targets-noconfig.cmake
-- Installing: /usr/local/fltk-1.3.3/lib/fltk/FLTKConfig.cmake
-- Installing: /usr/local/fltk-1.3.3/lib/fltk/UseFLTK.cmake
-- Installing: /usr/local/fltk-1.3.3/man/man1/fluid.1
-- Installing: /usr/local/fltk-1.3.3/man/man1/fltk-config.1
-- Installing: /usr/local/fltk-1.3.3/man/man3/fltk.3
-- Installing: /usr/local/fltk-1.3.3/man/man6/blocks.6
-- Installing: /usr/local/fltk-1.3.3/man/man6/checkers.6
-- Installing: /usr/local/fltk-1.3.3/man/man6/sudoku.6
-- Installing: /usr/local/fltk-1.3.3/lib/libfltk_jpeg.a
-- Installing: /usr/local/fltk-1.3.3/lib/libfltk_png.a
-- Installing: /usr/local/fltk-1.3.3/bin/fluid
-- Installing: /usr/local/fltk-1.3.3/lib/libfltk.a
-- Installing: /usr/local/fltk-1.3.3/lib/libfltk_forms.a
-- Installing: /usr/local/fltk-1.3.3/lib/libfltk_images.a
-- Installing: /usr/local/fltk-1.3.3/lib/libfltk_gl.a
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/adjuster
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/arc
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/ask
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/bitmap
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/blocks
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/boxtype
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/browser
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/button
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/buttons
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/checkers
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/clock
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/colbrowser
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/color_chooser
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/cursor
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/curve
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/demo
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/device
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/doublebuffer
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/editor
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/fast_slow
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/file_chooser
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/fonts
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/forms
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/hello
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/help
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/icon
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/iconize
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/image
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/inactive
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/input
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/input_choice
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/keyboard
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/label
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/line_style
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/list_visuals
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/mandelbrot
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/menubar
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/message
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/minimum
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/native-filechooser
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/navigation
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/output
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/overlay
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/pack
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/pixmap
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/pixmap_browser
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/preferences
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/radio
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/resize
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/resizebox
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/rotated_text
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/scroll
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/subwindow
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/sudoku
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/symbols
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/tabs
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/table
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/threads
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/tile
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/tiled_image
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/tree
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/twowin
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/utf8
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/valuators
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/unittests
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/windowfocus
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/CubeView
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/cube
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/fractals
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/fullscreen
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/glpuzzle
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/gl_overlay
-- Installing: /usr/local/fltk-1.3.3/share/fltk-examples/shape完!!