sudo apt-get install g++
sudo apt-get install gdb
sudo apt-get install git
sudo apt-get install make
sudo apt-get install cmake # install CMake...
sudo apt-get install autoconf # ...or autoconf (or both)
sudo apt-get install libx11-dev
sudo apt-get install libglu1-mesa-dev
sudo apt-get install libxft-dev
sudo apt-get install libxcursor-dev
These packages are optional but recommended:
sudo apt-get install libasound2-dev
sudo apt-get install freeglut3-dev
sudo apt-get install libcairo2-dev
sudo apt-get install libfontconfig1-dev
sudo apt-get install libglew-dev
sudo apt-get install libjpeg-dev
sudo apt-get install libpng-dev
sudo apt-get install libpango1.0-dev
sudo apt-get install libxinerama-dev
"These packages are necessary to build the FLTK library, in addition to
package groups listed in section 2.2 of file README.Unix.txt :
- autoconf
- wayland-devel
- wayland-protocols-devel
- cairo-devel
- libxkbcommon-devel
- pango-devel
- mesa-libGLU-devel
- dbus-devel <== recommended to query current cursor theme
- libdecor-devel <== recommended, draws window titlebars
- gtk3-devel <== highly recommended if libdecor-devel is not installed
- glew-devel <== necessary to use OpenGL version 3 or above
- cmake <== if you plan to build with CMake
- cmake-gui <== if you plan to use the GUI of CMake
Package installation command: sudo yum install <package-name ...>
"
Thx Matthias, I think we are getting somewhere but I still have Undefined References.
ld: /home/roger/_dev1/source/freeBASIC/_FLTK/libfltk.a(Fl_x.cxx.o): in function `open_display_i(_XDisplay*)':
Fl_x.cxx:(.text+0x1335): undefined reference to `XFixesQueryExtension'
ld: /home/roger/_dev1/source/freeBASIC/_FLTK/libfltk.a(Fl_x.cxx.o): in function `Fl_X::make_xid(Fl_Window*, XVisualInfo*, unsigned long)':
Fl_x.cxx:(.text+0x761c): undefined reference to `XFixesSelectSelectionInput'
I did use CMake...What I posted was the ouput from it
--
You received this message because you are subscribed to the Google Groups "fltk.general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkgeneral...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/fltkgeneral/2ae2eab5-063d-4eca-baeb-f3a2f448e45dn%40googlegroups.com.