Files
aqdiagram/README.md
Martin Preuss d6040a6bc9 Updated README.
2025-12-30 01:36:32 +01:00

32 lines
671 B
Markdown

# AqDiagram
Library to create simple diagrams. Work in progress.
A diagram can contain multiple curves.
## Example Graphs
### Example 1
![Example image](https://gitea.aqbanking.de/martin/aqdiagram/raw/branch/master/doc/example-1.jpg)
## Building AqDiagram
Download and unpack tar.gz file, CD into the unpacked folder and build like this:
```
mkdir build
cd build
gwbuild -s ..
gwbuild -p
gwbuild -Btm2builder (not needed with newer versions of gwenbuild)
gwbuild -jNN (with NN number of parallel processes, e.g. 4 for quadcore cpu)
sudo gwbuild -i
```
## Code Examples
https://gitea.aqbanking.de/martin/aqdiagram/src/branch/master/src/lib/aqdiagram/libtest.c