From 8d405b265285c368df2e9cf1c14acee7532e0ee7 Mon Sep 17 00:00:00 2001 From: nancy.liao <huihui.liao@greentest.com.cn> Date: ćšć, 29 5æ 2025 18:14:38 +0800 Subject: [PATCH] Merge branch 'develop' of http://139.9.88.116:3000/r/module/open-license-manager into develop --- doc/development/Build-the-library-windows.rst | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/development/Build-the-library-windows.rst b/doc/development/Build-the-library-windows.rst index c689b09..1a0ac93 100644 --- a/doc/development/Build-the-library-windows.rst +++ b/doc/development/Build-the-library-windows.rst @@ -33,7 +33,7 @@ .. code-block:: console - git clone --recursive https://github.com/open-license-manager/open-license-manager.git + git clone --recursive https://github.com/open-license-manager/licensecc.git Compile and build (command line) ==================================== @@ -127,8 +127,8 @@ .. code-block:: console - git clone --recursive https://github.com/open-license-manager/open-license-manager.git - cd build && cmake -G "MinGW Makefiles" -DBOOST_ROOT="C:/local/boost_1_68_0/boost-mingw" -DBoost_ARCHITECTURE="-x64" -DCMAKE_CXX_COMPILER_ARCHITECTURE_ID="x64" -DCMAKE_SH="CMAKE_SH-NOTFOUND" .. + git clone --recursive https://github.com/open-license-manager/licensecc.git + cd licensecc/build && cmake -G "MinGW Makefiles" -DBOOST_ROOT="C:/local/boost_1_68_0/boost-mingw" -DBoost_ARCHITECTURE="-x64" -DCMAKE_CXX_COMPILER_ARCHITECTURE_ID="x64" -DCMAKE_SH="CMAKE_SH-NOTFOUND" .. cmake --build . --target install --config Release And then you can test it: -- Gitblit v1.9.1