Skip to content

Conversation

@emmanuelha
Copy link

A simple message not to worry about it is simply added at that point of the installation.

…splayed during installation. A simple message not to worry about it is simply added at that point of the installation.
Comment on lines 19 to 22
If you see this message during the installation for a Linux distribution don't worry it will be explained later on:
```
qt.qpa.plugin: Could not find the Qt platform plugin "wayland"
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @emmanuelha for the PR
It might be nice to detail when the warning occurs

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is when we run ./SOFA_v25.06.00_Linux-Python_3.12.run
I can add it but the purpose of this section of the documentation:
image

is to run the .run file so it might be overkill what do you think?

Copy link
Author

@emmanuelha emmanuelha Sep 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But I can add some more instructions to make it a bit "easier" even if that's just installation file to launch

Comment on lines 19 to 26
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
```
Copy link
Contributor

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

Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants