From 7b329bcdecfd820db98f015fbdd670c49dbdc777 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Tue, 19 Feb 2019 11:48:45 +0100 Subject: Initial commit This adds the initial files for the website, powered by Hugo. Signed-off-by: Sander Vrijders --- content/install.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 content/install.md (limited to 'content/install.md') diff --git a/content/install.md b/content/install.md new file mode 100644 index 0000000..ef8220c --- /dev/null +++ b/content/install.md @@ -0,0 +1,52 @@ +--- +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