From 36b8a13846c9f8b3c96188eb881500c12f5ae99b Mon Sep 17 00:00:00 2001 From: okeatime Date: Sat, 17 Dec 2016 17:05:41 +0900 Subject: [PATCH] Updated Compilation guide for macOS systems (markdown) --- Compilation-guide-for-macOS-systems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compilation-guide-for-macOS-systems.md b/Compilation-guide-for-macOS-systems.md index f522d83..b897990 100644 --- a/Compilation-guide-for-macOS-systems.md +++ b/Compilation-guide-for-macOS-systems.md @@ -32,7 +32,7 @@ Or libtorrent 1.1.*
`./configure --disable-debug --disable-dependency-tracking --disable-silent-rules --enable-encryption --prefix=/usr/local --with-boost=/usr/local/opt/boost CXXFLAGS=-std=c++11`
Since libtorrent does not directly call OpenSSL functions, you can delete `-lssl -lcrypto -lz` from the `libtorrent_rasterbar_la_LIBADD =` line in src/Makefile (If you are paranoid).
-`sed -i “” -e "s/^\(libtorrent_rasterbar_la_LIBADD.*\) -lssl.*/\1/" src/Makefile` +`sed -i "" -e "s/^\(libtorrent_rasterbar_la_LIBADD.*\) -lssl.*/\1/" src/Makefile` `make -j4` where 4 is your number of cores