diff options
| author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2021-02-13 17:17:15 +0100 |
|---|---|---|
| committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2021-02-13 17:17:15 +0100 |
| commit | c279eee663c376e9f9f032057e247eaf6023c203 (patch) | |
| tree | d6761c23668fd089ff3d505199019a61a52d88fc /content/en/docs/Start/install.md | |
| parent | 6ab1985d6fb7a8fcb68d823e36e839ed431bd663 (diff) | |
| download | website-c279eee663c376e9f9f032057e247eaf6023c203.tar.gz website-c279eee663c376e9f9f032057e247eaf6023c203.zip | |
content: Merge getting started into single page
Diffstat (limited to 'content/en/docs/Start/install.md')
| -rw-r--r-- | content/en/docs/Start/install.md | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/content/en/docs/Start/install.md b/content/en/docs/Start/install.md deleted file mode 100644 index ea4a3f7..0000000 --- a/content/en/docs/Start/install.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -title: "Install from source" -author: "Dimitri Staessens" -date: 2019-07-23 -weight: 30 -draft: false -description: > - Installation instructions. ---- - -We recommend creating a build directory: - -```bash -$ mkdir build && cd build -``` - -Run cmake providing the path to where you cloned the Ouroboros -repository. Assuming you created the build directory inside the -repository directory, do: - -```bash -$ cmake .. -``` - -Build and install Ouroboros: - -```bash -$ sudo make install -``` - -### Advanced options - -Ouroboros can be configured by providing parameters to the cmake -command: - -```bash -$ cmake -D<option>=<value> .. -``` - -Alternatively, after running cmake and before installation, run -[ccmake](https://cmake.org/cmake/help/latest/manual/ccmake.1.html) to -configure Ouroboros: - -```bash -$ ccmake . -``` - -A list of all options can be found [here](/docs/reference/compopt). - -### Remove Ouroboros - -To uninstall Ouroboros, simply execute the following command from your -build directory: - -```bash -$ sudo make uninstall -```
\ No newline at end of file |
