diff --git a/README.md b/README.md index c14c1d9..820c5c8 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,31 @@ -
Library to create simple diagrams. Work in progress.
+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 +``` -A diagram can contain multiple curves.
+## Code Examples -
-
-
-