Replies: 4 comments
-
Hello @thbeu, thank you for your questions! We run and test the template on Github Windows runners (docs) which already have CMake installed. I think you have two options:
I’d suggest to try CMake first! |
Beta Was this translation helpful? Give feedback.
-
I have CMake installed but there is no make tool provided. |
Beta Was this translation helpful? Give feedback.
-
Right, and it wouldn’t be of much use anyway considering our Makefile which was built for GNU Make and requires I do have a Windows VM here, and can try to figure out a minimal set of tools you need to install on Windows for our package. Otherwise, your best bet is…
You think it won’t work because of discussion #382? |
Beta Was this translation helpful? Give feedback.
-
I’ve not had a chance to look into this. Do you still face the |
Beta Was this translation helpful? Give feedback.
-
I have difficulties to setup and evaluate the project template on Windows as there is no
make
available - neither in Git bash nor natively in PowerShell. As such, I am not able to runmake requirements
ormake sbom
. What is the recommended usage to get started on Windows?Beta Was this translation helpful? Give feedback.
All reactions