diff options
| author | fanquake <[email protected]> | 2015-11-18 08:57:00 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2015-11-19 09:34:08 +0800 |
| commit | c5f211bbd0ab11e217836f0b12237bcc02f5a638 (patch) | |
| tree | a6095208bdebcfb8f583569719dba3236def3898 /doc | |
| parent | Merge pull request #7020 (diff) | |
| download | discoin-c5f211bbd0ab11e217836f0b12237bcc02f5a638.tar.xz discoin-c5f211bbd0ab11e217836f0b12237bcc02f5a638.zip | |
[doc][trivial] Remove miniupnpc build notes build-unix
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 ----------- |