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 documentation for installing C++ compiler and cmake #35

Closed
KristofferSkare opened this issue Mar 19, 2024 · 1 comment · Fixed by #47
Closed

Add documentation for installing C++ compiler and cmake #35

KristofferSkare opened this issue Mar 19, 2024 · 1 comment · Fixed by #47
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@KristofferSkare
Copy link
Collaborator

KristofferSkare commented Mar 19, 2024

We need to add documentation for installation of C++ compiler and cmake which are requirements of the tool.

This could be done by linking to Visual Studio Build Tools and cmake.org.

It seems that the conan building of the fmu only works with Visual Studio (Build Tools) 2022 (download page).
Using Visual Studio 2022 also works but requires a license.

@KristofferSkare KristofferSkare added the documentation Improvements or additions to documentation label Mar 19, 2024
@StephanieKemna
Copy link
Collaborator

StephanieKemna commented Jun 18, 2024

Requirements:

  1. install visual studio build tools 2022
  2. install conan
  3. check profile to ensure: compiler=msvc, compiler.cppstd=17, compiler.version=193 in conan2/profiles/default (conan profile detect)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants