Replies: 2 comments 3 replies
-
ah, also I am new to github contributing, if this is not the place to put this, do let me know, and excuse my inexperience |
Beta Was this translation helpful? Give feedback.
-
hello @Mars-Wave! here is a good place to discuss build tools. and it's a good moment to brainstorm as many approaches as possible, as it's clearly an area that needs a strong update.
and note that the goal here is not to race to "make it work" but expand as much as possible the horizon of possibilities so the upcoming design decisions (which includes: what are the expectations we set for OF's distribution process) are as informed as possible. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/Mars-Wave/ubuntuQtOfCmakeBuild/blob/main/README.md
Made this CMakelists.txt to port a project I had in VisualStudio 2019 community in a windows PC to a different computer's linux distribution. I wanted to work in QTCreator, but had tons of issues with the .qbs auto generator. Finally I decided to make the build with cmake relative to the github build from source.
I don't know if it's the smartest approach, but it builds from source. Any suggestions are appreciated, but the cmake is licensed under MIT so feel free to make any changes and inform of your experience.
Beta Was this translation helpful? Give feedback.
All reactions