1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-03-12 05:11:06 +00:00

Update Darwin build instructions to reflect fixes

See:
- https://github.com/PurpleI2P/i2pd/pull/1700
- https://github.com/PurpleI2P/i2pd/pull/1698#issuecomment-946304938
This commit is contained in:
xanoni 2021-10-18 22:36:45 -04:00
parent 768d92910a
commit 9f74e3908b
No known key found for this signature in database
GPG Key ID: 2E7CE32A81C3E127

View File

@ -115,9 +115,17 @@ Requires [homebrew](http://brew.sh)
brew install boost openssl@1.1
Then build:
To build:
make HOMEBREW=1
make HOMEBREW=1 -j8 # uses 8 threads
To install into the system root (`/`):
sudo make install HOMEBREW=1
To install into the Homebrew root (`/usr/local/`):
sudo make install HOMEBREW=1 PREFIX=/usr/local
FreeBSD
-------