07-11-2024 02:02 AM
Does anyone installed and used Energy plus on NI linux RT platform?
Releases · NREL/EnergyPlus (github.com)
Since my test software architecture handles most of the functionalities in RT itself , leaving only user specific items on windows(host). The needs arised to launch energy plus also in RT instead of installing in host machine.
07-11-2024 02:31 AM
07-11-2024 06:19 AM - edited 07-11-2024 06:20 AM
It should be possible but their automatic release builds for Mac and Linux fail, so there might be a problem with the build tool chain configuration for these platforms or just their continuous integration setup.
If it is the first it may not be possible to build the software for non-Windows systems currently without digging yourself into the build configuration scripts. If it is the latter you should be able to download the sources and install the necessary tools (GCC development, and CMake and probably other dependencies) and build it yourself.