-
Notifications
You must be signed in to change notification settings - Fork 7
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
Instructions to build it #13
Comments
Thanks for your interest in SimVoleon. A typical build sequence would look like this:
The CMake configuration picks up any installed Qt from Qt4 up to Qt6. Command above install Qt5 so this is favored over Qt4. Maybe simage needs to be built too. Then you should additionally run the following commands:
Hope that helps to get you started. When in doubt about the commands please have a look into the CI files under Feel free to ask further questions. |
How to build it on linux, like what are the steps as when I am trying it always fails at the make command with some fatal error for missing header file. Any recommendation on required build tools - like specific version of g++ to be used/recommended.
I followed on ubuntu 16.04:
Thanks in advance.
The text was updated successfully, but these errors were encountered: