You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
376 B
20 lines
376 B
|
5 years ago
|
# C++ skeleton with graphlib and fltk
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
```sh
|
||
|
|
git clone https://voss.sarvern.no/zalox/cpp-skeleton-graphlib-fltk <project-name>
|
||
|
|
cd <project-name>
|
||
|
|
# with juci you can stop on this step and open the folder <project-name> is saved and press Ctrl+Enter
|
||
|
|
mkdir build
|
||
|
|
cd build
|
||
|
|
cmake ..
|
||
|
|
make
|
||
|
|
```
|
||
|
|
|
||
|
|
## Dependencies
|
||
|
|
|
||
|
|
Arch:
|
||
|
|
```sh
|
||
|
|
# use yay, pacaur or yaourt
|
||
|
|
yay -S mathgl blas
|
||
|
|
```
|