aboutsummaryrefslogtreecommitdiff
path: root/content/install.md
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2019-07-05 22:27:04 +0200
committerDimitri Staessens <dimitri@ouroboros.rocks>2019-07-05 22:27:04 +0200
commit95258be27446b3584528c5bc7177aca40ddba2d5 (patch)
treef918e4415eacaacf6e4c7b0d00337990f9095bc4 /content/install.md
parente5d3f80261ebaed768ad718bd6fce0df848586fb (diff)
downloadwebsite-95258be27446b3584528c5bc7177aca40ddba2d5.tar.gz
website-95258be27446b3584528c5bc7177aca40ddba2d5.zip
content: Reorganize to better suit ananke theme
Diffstat (limited to 'content/install.md')
-rw-r--r--content/install.md52
1 files changed, 0 insertions, 52 deletions
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<option>=<value> ..
-```
-
-Alternatively, after running cmake and before installation, run
-[ccmake](https://cmake.org/cmake/help/v3.0/manual/ccmake.1.html) to
-configure Ouroboros:
-
-```
-$ ccmake .
-```
-
-A list of all options can be found [here](/compopt).
-
-### Remove Ouroboros
-
-To uninstall Ouroboros, simply execute the following command from your
-build directory:
-
-```
-$ sudo make uninstall
-``` \ No newline at end of file