You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library is tailored to write script files for Gnuplot. As such, Gnuplot is required to make use of the output of this library. Gnuplot can be found [here](http://www.gnuplot.info/).
6
11
@@ -336,10 +341,20 @@ This is the plot resulting from the above program.
336
341

337
342
338
343
## Building FPLOT
339
-
This library can be built using CMake. For instructions see [Running CMake](https://cmake.org/runningcmake/).
344
+
[CMake](https://cmake.org/)This library can be built using CMake. For instructions see [Running CMake](https://cmake.org/runningcmake/).
345
+
346
+
[FPM](https://github.com/fortran-lang/fpm) can also be used to build this library using the provided fpm.toml.
347
+
```txt
348
+
fpm build
349
+
```
350
+
The FPLOT library can be used within your FPM project by adding the following to your fpm.toml file.
0 commit comments