aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2019-12-30 15:53:13 +0100
committerDimitri Staessens <dimitri@ouroboros.rocks>2019-12-30 15:53:13 +0100
commit0ca8c72e79df10c4b935b118f5164cca4b44f020 (patch)
treea50e2db2b9e010c5b41ff90bcb38644e7ab0d270
parent182dcf85e13c95d43d1ae93fa393754ba017600b (diff)
downloadwebsite-0ca8c72e79df10c4b935b118f5164cca4b44f020.tar.gz
website-0ca8c72e79df10c4b935b118f5164cca4b44f020.zip
Some small fixes
-rw-r--r--content/en/docs/Extra/ioq3.md2
-rw-r--r--content/en/docs/Start/requirements.md5
2 files changed, 4 insertions, 3 deletions
diff --git a/content/en/docs/Extra/ioq3.md b/content/en/docs/Extra/ioq3.md
index a024c7d..457508b 100644
--- a/content/en/docs/Extra/ioq3.md
+++ b/content/en/docs/Extra/ioq3.md
@@ -67,7 +67,7 @@ $ unzip -j openarena-0.8.8.zip 'openarena-0.8.8/baseoa/*' -d
```
Make sure you have a local Ouroboros layer running in your system (see
-[this](/tutorial-1/).
+[this tutorial](/tutorial-1/)).
To test the game, start a server (replace <arch> with the correct
architecture extension for your machine, eg x86_64):
diff --git a/content/en/docs/Start/requirements.md b/content/en/docs/Start/requirements.md
index ad539bf..71f47a5 100644
--- a/content/en/docs/Start/requirements.md
+++ b/content/en/docs/Start/requirements.md
@@ -47,8 +47,9 @@ $ apt-get install git protobuf-c-compiler cmake
$ apt-get install libgcrypt20-dev libssl-dev libfuse-dev dnsutils swig cmake-curses-gui
```
-On some distributions you need to install the protobuf C library
-explicitly:
+If during the build process cmake complains that the Protobuf C
+compiler is required but not found, and you installed the
+protobuf-c-compiler package, you will also need this:
```bash
$ apt-get install libprotobuf-c-dev