Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurSonzogni authored Dec 23, 2021
1 parent 571a7ea commit 772b9e1
Showing 1 changed file with 19 additions and 24 deletions.
43 changes: 19 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,34 +43,12 @@ Make diagon easy to use inside your IDE. Thanks to contributors:

**Table of content**
* [Diagon](#diagon)
* [Build dependencies](#build-dependencies)
* [Generators](#generators)
* [Mathematic Expression](#mathematic-expression)
* [Sequence Diagram](#sequence-diagram)
* [Tree](#tree)
* [Frame](#frame)
* [Table](#table)
* [Planar graph](#planar-graph)
* [Command line interface](#command-line-interface)
* [Download packages](#download-packages)
* [Build](#build)
* [Thanks](#thanks)

# Release

Binaries using multiple formats are provided in the [release](https://github.com/ArthurSonzogni/Diagon/releases) section.

# Build dependencies

This depends on cmake, uuid-dev and libboost-graph-dev
On Linux:
```sh
sudo make install uuid-dev libboost-graph-dev cmake;
mkdir build;
cd build;
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j
sudo make install
```

# Generators

<details>
Expand Down Expand Up @@ -618,6 +596,23 @@ Output:

</details>

# Download packages

Binaries using multiple formats are provided in the [release](https://github.com/ArthurSonzogni/Diagon/releases) section.

# Build

This depends on cmake, uuid-dev and libboost-graph-dev
On Linux:
```sh
sudo make install uuid-dev libboost-graph-dev cmake;
mkdir build;
cd build;
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j
sudo make install
```
# Thanks

This project has been possible thanks to these great projects
Expand Down

0 comments on commit 772b9e1

Please sign in to comment.