reformatted for markdown.
This commit is contained in:
37
README.md
37
README.md
@@ -1,16 +1,31 @@
|
||||
<h1>AqDiagram</h1>
|
||||
#AqDiagram
|
||||
|
||||
<p>Library to create simple diagrams. Work in progress.</p>
|
||||
Library to create simple diagrams. Work in progress.
|
||||
|
||||
A diagram can contain multiple curves.
|
||||
|
||||
## Example Graphs
|
||||
|
||||
### Example 1
|
||||
|
||||

|
||||
|
||||
## 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
|
||||
gwbuild -jNN (with NN being the number of parallel processes to use, e.g. 4 if compiling on quadcore cpu)
|
||||
sudo gwbuild -i
|
||||
```
|
||||
|
||||
|
||||
<p>A diagram can contain multiple curves.</p>
|
||||
## Code Examples
|
||||
|
||||
<h2>Example Graphs</h2>
|
||||
|
||||
<h3>Example 1</h3>
|
||||
|
||||
<img src="https://gitea.aqbanking.de/martin/aqdiagram/raw/branch/master/doc/example-1.jpg" />
|
||||
|
||||
|
||||
<h3>Code Examples</h3>
|
||||
https://gitea.aqbanking.de/martin/aqdiagram/src/branch/master/src/lib/aqdiagram/libtest.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user