tkvdb icon indicating copy to clipboard operation
tkvdb copied to clipboard

Addition of a build system generator

Open elfring opened this issue 7 years ago • 3 comments

I suggest to reuse a higher level build system so that powerful checks for software features will become easier.

elfring avatar Aug 26 '18 09:08 elfring

We are trying to keep it as simple as possible. In fact there is only one file to compile - "tkvdb.c". Files from "impl" directory are included in it more than once with different preprocessor defines. Is there reasons to complicate it?

vmxdev avatar Aug 26 '18 10:08 vmxdev

elfring avatar Aug 26 '18 10:08 elfring

Don't think it's really needed (at least for now).

However, I will not close this issue. If someone really needs it and will write build script (using build system should be optional, with the ability to bypass it), we will accept the pull request

vmxdev avatar Aug 27 '18 18:08 vmxdev