-
Notifications
You must be signed in to change notification settings - Fork 34
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
Compiling and running on Ubuntu 20.04 #21
Comments
Hi Joris, Thank you for your question. Could you try activating In this file you should see
Here you can remove the PS: In these days we are working on the SLIDE v3 release, probably you will see some improvements very soon after the release. Also we are going to update our documentation. Yours sincerely, |
Hello, Thank you, it does solve the issue! Thanks! |
Hello, I'd like to reopen this issue, as I have not been able to run the V2 version. I'm trying to compile this one as the documentation does not seem to cover the version under the Main branch (or I don't know how to run it). The V2 version also has a CmakeList.txt in the root folder, but I don't know how to enable pthread in this one, any tips? Thanks! |
Hi I think it is better to use the verson in the main branch. Otherwise, the examples you made will have massive changes at version 3. I would be happy to help with creating any example you need for v3. Meanwhile you may have a look at this issue for adding pthread in v2: Or alternatively check the full relevant discussion on Twitter: https://twitter.com/VolkanKumtepeli/status/1439872932747042818 Yours sincerely, |
Hello,
I'm trying to compile the current master branch on my Ubuntu 20.04 machine. Some important package information:
I'm following the installation instructions found here, but the last steps fails when I run
cmake --build .
:I'm not familiar with cmake, so I'm not sure how to fix the
pthread_create
problem.Can you help me?
Kind regards,
Joris
The text was updated successfully, but these errors were encountered: