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

DOC: Add windows instructions to README.md

parent 1fb8d6c0
No related branches found
No related tags found
2 merge requests!41Release 0.3.0,!38Make integration tests runnable on Windows
Pipeline #56943 passed
...@@ -33,6 +33,29 @@ or manually via ...@@ -33,6 +33,29 @@ or manually via
path to the pem file in the `CAOSDB_SERVER_CERT` environment variable. path to the pem file in the `CAOSDB_SERVER_CERT` environment variable.
7. Run with `ctest` in the build directory. 7. Run with `ctest` in the build directory.
### Windows ###
On windows, you still need to build and create a conan package from
linkahead-cpplib using conan-create or the make.ps1 script in the
cpplib repo.
This repo also provides a make script `make.ps1` to run the
integration tests on Windows. You need to create a python virtual
environment and install the requirements from linkahead cpplib or
recycle the one you used to create the package there:
```sh
python -m venv .venv # Choose any path you like for your venv
.venv/Scripts/Actvate.ps1
pip install ../linkahead-cpplib/requirements.txt # You may need to change the pass to cpplib here
```
Then build and run the tests with
```sh
make.ps1 all
```
### Troubleshooting ### ### Troubleshooting ###
- If you don't have `clang-tidy` installed, you can run the first `cmake` command with - If you don't have `clang-tidy` installed, you can run the first `cmake` command with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment