-
Notifications
You must be signed in to change notification settings - Fork 39
For Linux distribution since Ubuntu 21.04 a warning is displayed during installation #207
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
base: master
Are you sure you want to change the base?
Changes from 3 commits
cbc1fbf
0f1af73
23b4bc5
55ecf63
365be94
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,7 +15,19 @@ If you require a specific version of SOFA, you can also find previous releases o | |
|
|
||
| ## Install | ||
|
|
||
| If you downloaded an installer file, simply run the file, and follow the installation process as you would for any other software application. This will ensure that SOFA is properly installed on your system. | ||
| If you downloaded an installer file, simply run the file, and follow the installation process as you would for any other software application. This will ensure that SOFA is properly installed on your system. | ||
| If not just run this from a location where you want SOFA to be installed (replace the version by the one you want to use): | ||
| ``` {.bash .optional} | ||
| mkdir build | ||
| cd build | ||
| curl -O https://github.com/sofa-framework/sofa/releases/download/v25.06.00/SOFA_v25.06.00_Linux-Python_3.12.run | ||
| chmod u+x SOFA_v25.06.00_Linux-Python_3.12.run | ||
| ./SOFA_v25.06.00_Linux-Python_3.12.run | ||
| ``` | ||
| If you see this message during the installation for a Linux distribution don't worry it will be explained later on: | ||
emmanuelHa marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ``` | ||
| qt.qpa.plugin: Could not find the Qt platform plugin "wayland" | ||
| ``` | ||
|
||
|
|
||
|
|
||
| ## Run SOFA | ||
|
|
||

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Problem of this section is that it is Linux specific and assumes the use of a commands
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I see.
The place for this snippet of code would be in https://www.sofa-framework.org/download/ to allow Linux users just to copy paste it but the UX would be very messy.
Forget this idea.
I guess the simplest solution would be to use conda to install sofa https://github.com/sofa-framework/conda-ci to get a unified and centralized way to install sofa with only conda.