From 568553394d0a8b34668a75c9839a0f1f426469b2 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 6 Oct 2019 21:10:46 +0200 Subject: theme: Switch to docsy theme --- content/download/_index.md | 6 ---- content/download/download.md | 26 --------------- content/download/install.md | 52 ----------------------------- content/download/requirements.md | 71 ---------------------------------------- 4 files changed, 155 deletions(-) delete mode 100644 content/download/_index.md delete mode 100644 content/download/download.md delete mode 100644 content/download/install.md delete mode 100644 content/download/requirements.md (limited to 'content/download') diff --git a/content/download/_index.md b/content/download/_index.md deleted file mode 100644 index f7cd806..0000000 --- a/content/download/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Download Ouroboros -date: 2019-06-22 -type: page -draft: false ---- diff --git a/content/download/download.md b/content/download/download.md deleted file mode 100644 index 226a921..0000000 --- a/content/download/download.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: "Download Ouroboros" -date: 2019-06-22 -draft: false ---- - -### Get Ouroboros - -**Packages:** - -For ArchLinux users, the easiest way to try Ouroboros is via the [Arch -User Repository](https://aur.archlinux.org/packages/ouroboros-git/), -which will also install all dependencies. - -**Source:** - -You can clone the [repository](/cgit/ouroboros) over http or https or -git: - -``` -$ git clone http://ouroboros.rocks/git/ouroboros -$ git clone https://ouroboros.rocks/git/ouroboros -$ git clone git://ouroboros.rocks/ouroboros -``` - -Or download a [snapshot](/cgit/ouroboros/). diff --git a/content/download/install.md b/content/download/install.md deleted file mode 100644 index ef8220c..0000000 --- a/content/download/install.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: "Install Ouroboros" -draft: false ---- - -We recommend creating a build directory: - -``` -$ 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: - -``` -$ cmake .. -``` - -Build and install Ouroboros: - -``` -$ sudo make install -``` - -### Advanced options - -Ouroboros can be configured by providing parameters to the cmake -command: - -``` -$ cmake -D