1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-01-11 15:37:51 +00:00

Merge pull request #57 from xanoni/update-darwin-build-instructions

Update Darwin build instructions to reflect fixes
This commit is contained in:
orignal 2021-10-19 07:30:41 -04:00 committed by GitHub
commit 5fcdaca8b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
-------