removed not needed dependency libmicrohttp

This commit is contained in:
defnax 2023-12-26 17:53:53 +01:00 committed by GitHub
parent 4af12b14e1
commit 17407f7ea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,6 @@ Install MacPort following this guide: [MacPort](http://guide.macports.org/#insta
$ sudo port -v selfupdate $ sudo port -v selfupdate
$ sudo port install openssl $ sudo port install openssl
$ sudo port install miniupnpc $ sudo port install miniupnpc
$ sudo port install libmicrohttpd
For VOIP Plugin: For VOIP Plugin:
@ -83,7 +82,6 @@ Install HomeBrew following this guide: [HomeBrew](http://brew.sh/)
$ brew install openssl $ brew install openssl
$ brew install miniupnpc $ brew install miniupnpc
$ brew install libmicrohttpd
$ brew install rapidjson $ brew install rapidjson
$ brew install sqlcipher $ brew install sqlcipher