From 1aa972ef5c71781d5b90f4c1ecc5fda7d26abf8e Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Thu, 29 Aug 2024 12:33:36 +0200 Subject: [PATCH] DOC: Correct path in build instructions --- doc/Install_develop.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/Install_develop.rst b/doc/Install_develop.rst index de85d19..56908a7 100644 --- a/doc/Install_develop.rst +++ b/doc/Install_develop.rst @@ -111,11 +111,11 @@ as compiler. We use `cmake <https://cmake.org/download/>`__ as build tool. 1. Install Python and create a virtual environment with the dependencies in `requirements.txt`. -2. Activate the environment run in the repository folder: :code:``conan install . --build=missing -s build_type=Release`` +2. Activate the environment run in the repository folder: ``conan install . --build=missing -s build_type=Release`` 3. ``cmake --preset conan-default`` -4. Open ``libcaosdb.sln`` with Visual Studio, change the buildtype to - ``Release`` and build the project (ALL_BUILD). (You can open Tools/Command - Line/Developer Command Prompt and execute +4. Open ``build/libcaosdb.sln`` with Visual Studio, change the + buildtype to ``Release`` and build the project (ALL_BUILD). (You + can open Tools/Command Line/Developer Command Prompt and execute ``msbuild libcaosdb.sln /property:Configuration=Release``) 5. Try running the cli clients in ``.\build\Release\``. -- GitLab