Thanks all of you.
I will check out your suggestions in the next few days.
For now I got it working by running the build script with the
--build-type Debug flag which creates the Makefile in the build
directory and then I point my Codeblocks to use that.
Thanks, Jan
On 04.05.21 19:40, Robert Re
Hi Jan,
You may also try to generate a configuration for your IDE with CMake.
This did a good job for me using Eclipse but Codeblocks should be also
supported. See
https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html#ide-build-tool-generators
Just append below argument when init
Dear Jan,
Am 01.05.21 um 12:13 schrieb Solarer:
I read the section on developing on the website and have 2 questions:
1) Do you prefer patches or pull requests?
I think, creating a pull request on GitHub is the preferred way.
2) Can somebody tell me (or at least point me to a good source) h
Hi all,
I read the section on developing on the website and have 2 questions:
1) Do you prefer patches or pull requests?
2) Can somebody tell me (or at least point me to a good source) how I
can compile and run the code in an IDE, preferebly Codeblocks? So far I
edited the code in my IDE but for