From 04e22ea440a6c86c70fb550cbb9433bac403e93f Mon Sep 17 00:00:00 2001 From: okeatime Date: Sat, 24 Dec 2016 14:33:34 +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 847cece..1d101a9 100644 --- a/Compilation-guide-for-macOS-systems.md +++ b/Compilation-guide-for-macOS-systems.md @@ -27,7 +27,7 @@ libtorrent 1.0.*
Or libtorrent 1.1.*
`git checkout RC_1_1` -Edit the src/Makefile.am file. Find the libtorrent_rasterbar_la_LIBADD = line and add `@OPENSSL_LDFLAGS@` before `@OPENSSL_LIBS@`. +Edit the src/Makefile.am file. Find the libtorrent_rasterbar_la_LIBADD = line and add `@OPENSSL_LDFLAGS@` before `@OPENSSL_LIBS@`.
`sed -i “” -e "s/^\(libtorrent_rasterbar_la_LIBADD\)\(.*\)\(@OPENSSL_LIBS@\)/\1\2@OPENSSL_LDFLAGS@ \3/" src/Makefile.am` `./autotool.sh`