Skip to content
Snippets Groups Projects
Commit 1aa972ef authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

DOC: Correct path in build instructions

parent f101d381
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!48Fix compilation errors on Windows
Pipeline #54701 passed with warnings
Pipeline: caosdb-julialib

#54706

    Pipeline: CaosDB Octave library

    #54705

      Pipeline: caosdb-cppinttest

      #54702

        ......@@ -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\``.
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment