Skip to content

How to configure fltk 1.4 in debian linux ?

Raphael Kim edited this page Jun 13, 2023 · 1 revision

Requirements

  • Recommended ibrary dependancy requirements

    1. libxft-dev
    2. libfontconfig1-dev
    3. libxinerama-dev
    4. mesa-common-dev ( OpenGL )
    5. 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.
    1. g++ : sudo apt-get install g++
    2. automake : sudo apt-get install automake

Configure and build on your shell.

  • then run ./configure
  • then make
  • then sudo make install

Clone this wiki locally