Skip to content

How do I build OpenSim Creator 0.5.10 on Ubuntu 20.04? #847

Answered by adamkewley
adamkewley asked this question in Q&A
Discussion options

You must be logged in to vote

Note to all readers: opensim-creator is not an API-stable library project. It's an application that only guarantees GUI stability. Therefore, you can probably throw something together using the code that's within a release (e.g. 0.5.10), but beware that future versions of OSC are permitted to entirely change large parts of the API.

You got very close! Your diagnosis is correct: it's a C++20 project. This means that you need to use a C++20 compiler when building the sources.

The way to do that on Ubuntu 20.04 is to build it with clang instead of gcc (or use a newer gcc). The way you customize which compiler a build script should use is to set the CC and CXX environment variables before con…

Replies: 1 comment

Comment options

adamkewley
May 1, 2024
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by adamkewley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant