Home › Forum › SOFA › Using SOFA › No runSofa in v18.06?
Tagged: 64_bits, Linux_ubuntu, SOFA_1806
- This topic has 7 replies, 5 voices, and was last updated 7 years ago by
Hugo.
-
AuthorPosts
-
8 October 2018 at 18:20 #12125
Zahra
BlockedHi,
There is no runSofa in v18.06. How can I run my scenes?
best,
Zahra
10 October 2018 at 08:51 #12131Noura
BlockedHi Zahra,
I’m running Sofa v18.06. If you compile the core of sofa successfully, you should have
runSofabinary in the bin directory as usual. Isn’t that the case?Noura
10 October 2018 at 09:35 #12133Hugo
KeymasterHi Zahra,
There is two possible ways to use SOFA:
- download the sources of SOFA: there you will need to clone (from GitHub using the command
git clone -b v18.06 https://github.com/sofa-framework/sofa.git, configure (CMake) and compile (with your desired compiler gcc, clang ..) the code. After compilation, you will have an executable runSofa generated. Everything is detailed in the doc - download the binaries: go on the download page, download the package corresponding to your OS and find runSofa in it
Best
Hugo
5 November 2018 at 17:29 #12340Ehab
BlockedHello,
Maybe this is a simple question,
What are the differences between the binary version and the build version?
Is the binary simpler version if the build one? and why they have different sizes ? (binary is less than 1GB while the build one more than 10GB?Thank you
5 November 2018 at 17:44 #12341Guillaume
KeymasterHi Ehab,
Binary version has nearly the same features as your own build version if you did not enable plugins. You can find the precise configuration of the binary version in https://github.com/sofa-framework/sofa/blob/master/package.cmake
As you can see, binary version does not contain tests, tutorials and Modeler application.
The big difference in size is also due to the fact that a build version contains all object files (results from compilation). Try to run
make installand see the difference!Hope that helps,
Guillaume.5 November 2018 at 17:52 #12342Ehab
BlockedThank you Guillaume for the explanation.
So I can work with binary version without any problem. Because I have problems with build version in Windows OS.
Also, how can we add more features and plugins to the binary version?
Thank you,
Ehab5 November 2018 at 18:05 #12343Guillaume
KeymasterUnfortunately we do not yet provide binary plugins to add easily to your binary SOFA. It’s still a work in progress.
To add plugins to your binary SOFA, you will have to build those plugins yourself. Depending on how the plugin has been programmed, you may need to build it with SOFA sources (which will make a complete SOFA build and thus make your binary SOFA useless).
Guillaume.
14 November 2018 at 19:01 #12450Hugo
KeymasterLet us know @ealkhteeb if you need any further help.
BestHugo
- download the sources of SOFA: there you will need to clone (from GitHub using the command
-
AuthorPosts
- You must be logged in to reply to this topic.
