# C++ skeleton with graphlib and fltk ## Dependencies Arch: ```sh # use yay, pacaur or yaourt yay -S mathgl blas fltk # the `doxygen` package is optional for generation of html documentation # Note: MathGl can take a while to build on slow systems – such as a laptop. ``` ## Usage ```sh git clone https://voss.sarvern.no/zalox/cpp-skeleton-graphlib-fltk # with juci you can stop after this step and open the folder is # saved and press Ctrl+Enter cd mkdir build cd build cmake .. make ``` ## NOTE See notes in CMakeLists.txt