From 95258be27446b3584528c5bc7177aca40ddba2d5 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Fri, 5 Jul 2019 22:27:04 +0200 Subject: content: Reorganize to better suit ananke theme --- content/install.md | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 content/install.md (limited to 'content/install.md') diff --git a/content/install.md b/content/install.md deleted file mode 100644 index ef8220c..0000000 --- a/content/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