diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-11-19 10:12:06 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-11-19 10:12:11 +0100 |
| commit | f8e87d74c9b7308905b321a77fb1a7b69b658a01 (patch) | |
| tree | 326c06ecaf7382a02969484c91a0b091f9c6583a /doc | |
| parent | Merge pull request #7041 (diff) | |
| parent | [doc][trivial] Remove miniupnpc build notes build-unix (diff) | |
| download | discoin-f8e87d74c9b7308905b321a77fb1a7b69b658a01.tar.xz discoin-f8e87d74c9b7308905b321a77fb1a7b69b658a01.zip | |
Merge pull request #7048
c5f211b [doc][trivial] Remove miniupnpc build notes build-unix (fanquake)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build-unix.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index e1f2ce54d..159a14060 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -135,14 +135,6 @@ turned off by default. See the configure options for upnp behavior desired: --disable-upnp-default (the default) UPnP support turned off by default at runtime --enable-upnp-default UPnP support turned on by default at runtime -To build: - - tar -xzvf miniupnpc-1.6.tar.gz - cd miniupnpc-1.6 - make - sudo su - make install - Berkeley DB ----------- |