aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Vrijders <sander@ouroboros.rocks>2020-01-18 16:44:52 +0100
committerSander Vrijders <sander@ouroboros.rocks>2020-01-18 16:44:52 +0100
commitb226bff56bf3a78f2a6942e132c05a21ae356914 (patch)
tree29a5947830ad8d9c8f9dabf273d49aa1881a4649
parent2ffcf217ade370ed74b76c938bae3e1468720591 (diff)
downloadwebsite-b226bff56bf3a78f2a6942e132c05a21ae356914.tar.gz
website-b226bff56bf3a78f2a6942e132c05a21ae356914.zip
Remove swig as dependency in docs
-rw-r--r--content/en/docs/Reference/compopt.html9
-rw-r--r--content/en/docs/Start/requirements.md11
2 files changed, 5 insertions, 15 deletions
diff --git a/content/en/docs/Reference/compopt.html b/content/en/docs/Reference/compopt.html
index 4c4459c..7aefa9e 100644
--- a/content/en/docs/Reference/compopt.html
+++ b/content/en/docs/Reference/compopt.html
@@ -49,15 +49,6 @@ draft: false
</td>
</tr>
<tr>
- <td>DISABLE_SWIG</td>
- <td>
- Disable SWIG support.
- </td>
- <td>
- True, <u>False</u>
- </td>
- </tr>
- <tr>
<th colspan="3">Library options</th>
<tr>
<tr>
diff --git a/content/en/docs/Start/requirements.md b/content/en/docs/Start/requirements.md
index 71f47a5..7615b44 100644
--- a/content/en/docs/Start/requirements.md
+++ b/content/en/docs/Start/requirements.md
@@ -25,8 +25,7 @@ installed in addition to a C compiler ([*gcc*](https://gcc.gnu.org/) or
Optionally, you can also install
[*libgcrypt*](https://gnupg.org/software/libgcrypt/index.html),
[*libssl*](https://www.openssl.org/),
-[*fuse*](https://github.com/libfuse), *dnsutils* and
-[*swig*](http://swig.org/).
+[*fuse*](https://github.com/libfuse), and *dnsutils*.
On GNU/Linux you will need either libgcrypt (≥ 1.7.0) or libssl if your
[*glibc*](https://www.gnu.org/software/libc/) is older than version
@@ -44,7 +43,7 @@ Ouroboros.
```bash
$ apt-get install git protobuf-c-compiler cmake
-$ apt-get install libgcrypt20-dev libssl-dev libfuse-dev dnsutils swig cmake-curses-gui
+$ apt-get install libgcrypt20-dev libssl-dev libfuse-dev dnsutils cmake-curses-gui
```
If during the build process cmake complains that the Protobuf C
@@ -59,19 +58,19 @@ $ apt-get install libprotobuf-c-dev
```bash
$ pacman -S git protobuf-c cmake
-$ pacman -S libgcrypt openssl fuse dnsutils swig
+$ pacman -S libgcrypt openssl fuse dnsutils
```
**FreeBSD 11:**
```bash
$ pkg install git protobuf-c cmake
-$ pkg install libgcrypt openssl fusefs-libs bind-tools swig
+$ pkg install libgcrypt openssl fusefs-libs bind-tools
```
**Mac OS X Sierra / High Sierra:**
```bash
$ brew install git protobuf-c cmake
-$ brew install libgcrypt openssl swig
+$ brew install libgcrypt openssl
``` \ No newline at end of file