STORM-IRIT / Radium-Engine

Research 3D Engine for rendering, animation and processing
https://storm-irit.github.io/Radium-Engine/
Apache License 2.0
100 stars 50 forks source link

[doc] Installation is recommended but not mandatory (only external dependencies must be installed). #1060

Open dlyr opened 1 year ago

dlyr commented 1 year ago

"Installed demo/apps will be redistribuable, not installed demo or app should be executed only from buildtree).

I think we should be more precise saying that installation is recommended but not mandatory (only external dependencies must be installed). Installed demo/apps will be redistribuable, not installed demo or app should be executed only from buildtree.

In this case, in the usage section (file radium-as-submodule.md - should we rename it as radium-client.md), we should indicate how to use Radium from its build tree, the only thing that will change will be to set, at configure time of the client app/lib/plugin : CMAKE_PREFIX_PATH=/path/to/radium/buildtree/src or to define Radium_DIR=/path/to/radium/buildtree/src. "

_Originally posted by @MathiasPaulin in https://github.com/STORM-IRIT/Radium-Engine/pull/1057#discussion_r1251548716_