DLR-SC / tasking-framework

A C++ event-driven execution platform.
Apache License 2.0
17 stars 3 forks source link

Are SConstruct, SConscript and CMakeLists.txt in root folder missing #1

Open pengtingbit opened 3 years ago

pengtingbit commented 3 years ago

Are SConstruct, SConscript and CMakeLists.txt in root folder missing?

Thanks for the open-source Tasking Framework! Great job!

OMaSpace commented 3 years ago

Roll-out of the SCons build is planned in the future. At the moment there is the issue, that the SCons site tools (https://github.com/DLR-RY/scons-build-tools) are not supporting SCons 3.0. I identify some additional issues in the current state of the SCons build, which need to be fixed before we can roll-out SCons support.

CMake build didn't match to the new version and will not supported anymore internal. But, feel free to contribute a working CMake build for the community if needed.

pengtingbit commented 3 years ago

@OMaSpace Hello Olaf. I use scons V4.0.1 and scons-build-tools/ branch feature/python3. It works fine for me for desktop compilation.