Skip to content

Conversation

ivorobts
Copy link
Contributor

No description provided.

@jjfumero
Copy link

Hi @ivorobts ,
any reason to alter the build instructions from the Linux build?

This also works on Windows, assuming the Spectre-mitigation libraries are installed (see #56):

mkdir build
cd build
cmake ..
cmake --build . --config Release

@Jemale
Copy link
Contributor

Jemale commented May 24, 2021

@ivorobts Ditto what @jjfumero said. You could list the default CMake invocation and provide setting the nmake generator as a separate example if you want.

@ivorobts
Copy link
Contributor Author

ivorobts commented Jun 2, 2021

Hi @ivorobts ,
any reason to alter the build instructions from the Linux build?

This also works on Windows, assuming the Spectre-mitigation libraries are installed (see #56):

mkdir build
cd build
cmake ..
cmake --build . --config Release

The reason is that I was not able to compile it on Windows without additional actions, e.g. Spectre-mitigation libraries installation. Usage of nmake was much more easier for me. But I agree that we can add instructions for Windows with Visual Studio and the additional way with makefile&nmake.

@nrspruit nrspruit force-pushed the add-windows-build-instructions branch from 4e8f2af to 6c44c45 Compare August 20, 2025 14:48
@nrspruit nrspruit merged commit 71d8702 into oneapi-src:master Aug 20, 2025
50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants