From ae9cc0f8f418111c04989d1bf28f2cbec7abf847 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 14 3月 2020 23:40:30 +0800 Subject: [PATCH] docs with sphinx --- doc/snippets.txt | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/doc/snippets.txt b/doc/snippets.txt index b5ce841..6aa124c 100644 --- a/doc/snippets.txt +++ b/doc/snippets.txt @@ -18,4 +18,8 @@ echo "Boost installed" cd C:/local/boost dir -) else echo "Boost already installed" \ No newline at end of file +) else echo "Boost already installed" + +linux cross compile for windows openssl + + ./Configure no-zlib no-shared --prefix=$PWD/dist-win-64 --cross-compile-prefix=x86_64-w64-mingw32- mingw64 \ No newline at end of file -- Gitblit v1.9.1