... | @@ -58,7 +58,7 @@ tar zxvf fltk-1.3.4-2-source.tar.gz |
... | @@ -58,7 +58,7 @@ tar zxvf fltk-1.3.4-2-source.tar.gz |
|
cd fltk-1.3.4-2
|
|
cd fltk-1.3.4-2
|
|
./configure
|
|
./configure
|
|
# Notes:
|
|
# Notes:
|
|
# * by default FLTK is compiled as a static library, which has been reported to cause issues on some systems; to build a shared library, add --enable-shared
|
|
# * by default FLTK is compiled as a static library, which has been reported to cause issues with OpenGL libraries on some systems; to build a shared library, add --enable-shared
|
|
# * if you don't have root access, add --prefix==path-to-install
|
|
# * if you don't have root access, add --prefix==path-to-install
|
|
make
|
|
make
|
|
sudo make install
|
|
sudo make install
|
... | | ... | |