blitz-research d508336422 Added modules. 12 yıl önce
..
CHANGES d508336422 Added modules. 12 yıl önce
FluSimpleString.h d508336422 Added modules. 12 yıl önce
FluVectorClass.h d508336422 Added modules. 12 yıl önce
Flu_Button.h d508336422 Added modules. 12 yıl önce
Flu_Chat_Buffer.h d508336422 Added modules. 12 yıl önce
Flu_Choice_Group.h d508336422 Added modules. 12 yıl önce
Flu_Collapsable_Group.h d508336422 Added modules. 12 yıl önce
Flu_Combo_Box.h d508336422 Added modules. 12 yıl önce
Flu_Combo_List.h d508336422 Added modules. 12 yıl önce
Flu_Combo_Tree.h d508336422 Added modules. 12 yıl önce
Flu_DND.h d508336422 Added modules. 12 yıl önce
Flu_Dual_Progress_Meter.h d508336422 Added modules. 12 yıl önce
Flu_Dual_Slider.h d508336422 Added modules. 12 yıl önce
Flu_Enumerations.h d508336422 Added modules. 12 yıl önce
Flu_File_Chooser.h d508336422 Added modules. 12 yıl önce
Flu_Float_Input.h d508336422 Added modules. 12 yıl önce
Flu_GL_Canvas.h d508336422 Added modules. 12 yıl önce
Flu_GL_Window.h d508336422 Added modules. 12 yıl önce
Flu_Helpers.h d508336422 Added modules. 12 yıl önce
Flu_Int_Input.h d508336422 Added modules. 12 yıl önce
Flu_Label.h d508336422 Added modules. 12 yıl önce
Flu_Link_Button.h d508336422 Added modules. 12 yıl önce
Flu_Output.h d508336422 Added modules. 12 yıl önce
Flu_Progress.h d508336422 Added modules. 12 yıl önce
Flu_Progress_Meter.h d508336422 Added modules. 12 yıl önce
Flu_Return_Button.h d508336422 Added modules. 12 yıl önce
Flu_Separator.h d508336422 Added modules. 12 yıl önce
Flu_Simple_Group.h d508336422 Added modules. 12 yıl önce
Flu_Spinner.h d508336422 Added modules. 12 yıl önce
Flu_Toggle_Group.h d508336422 Added modules. 12 yıl önce
Flu_Tree_Browser.h d508336422 Added modules. 12 yıl önce
Flu_Wrap_Group.h d508336422 Added modules. 12 yıl önce
LICENSE d508336422 Added modules. 12 yıl önce
Makefile d508336422 Added modules. 12 yıl önce
README d508336422 Added modules. 12 yıl önce
flu_export.h d508336422 Added modules. 12 yıl önce
flu_file_chooser_pixmaps.h d508336422 Added modules. 12 yıl önce
flu_pixmaps.h d508336422 Added modules. 12 yıl önce

README

*** NOTE FOR COMPILING ON OSX ***
when compiling the examples on OSX, if you did a local build
(i.e. you did not make install fltk or FLU, and specified
--fltk=/path/to/local/fltk as an option to FLU/configure)
fltk-config (used by examples/Makefile) appears to supply an
incompatible flag to g++. To fix this, you must edit
fltk/fltk-config and change the line:
DSOLINK="-Wl,-rpath,${exec_prefix}/lib"
to
DSOLINK=""

again, this ONLY applies to compiling the examples when you
HAVE NOT installed either fltk or FLU to the system.