Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add build instructions for Windows #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ivorobts
Copy link

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
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.

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.

None yet

4 participants