From 3ce546230ee6d14b678a75e45ce767918ec94e20 Mon Sep 17 00:00:00 2001 From: psychocrypt Date: Sun, 19 Nov 2017 13:41:04 +0100 Subject: fix windows compile documentation - add copy of openssl libs to appvoyer CI tests - update windows compile documentation --- doc/compile_Linux.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/compile_Linux.md') diff --git a/doc/compile_Linux.md b/doc/compile_Linux.md index cf99121..6b5c819 100644 --- a/doc/compile_Linux.md +++ b/doc/compile_Linux.md @@ -73,5 +73,7 @@ If you want to compile the binary without installing libraries / compiler or jus ``` cmake -DCMAKE_LINK_STATIC=ON -DXMR-STAK_COMPILE=generic . make install + cd bin\Release + copy C:\xmr-stak-dep\openssl\bin\* . ``` Note - cmake caches variables, so if you want to do a dynamic build later you need to specify '-DCMAKE_LINK_STATIC=OFF' -- cgit v1.1