-
Notifications
You must be signed in to change notification settings - Fork 2
How to configure fltk 1.4 in debian linux ?
Raphael Kim edited this page Jun 13, 2023
·
1 revision
-
Recommended ibrary dependancy requirements
- libxft-dev
- libfontconfig1-dev
- libxinerama-dev
- mesa-common-dev ( OpenGL )
- libglew-dev ( OpenGL )
-
Easily run this command on your shell.
sudo apt-get install libxft-dev libfontconfig1-dev libxinerama-dev
- Optionally OpenGL may need, you can install this packages.
sudo apt-get install libglu1-mesa freeglut3-dev mesa-common-dev
- Rasberry Pi 3 users may need install these before configure and make.
- g++ :
sudo apt-get install g++ - automake :
sudo apt-get install automake
- g++ :
- then run
./configure - then
make - then
sudo make install
This customized FLTK 1.3.4.x is a part of FLTK project.