Skip to content

libdmtx preset project #601

Answered by saudet
ecolner asked this question in Q&A
Sep 13, 2022 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

The starting point for this task is this page: https://github.com/bytedeco/javacpp-presets/wiki/Create-New-Presets

It looks like libdmtx has project files for CMake, so that's what we should be using in this case to build on Windows with Visual Studio. It's usually easiest to use in combination with Ninja and MSYS2. You can see a simple example of that in this cppbuild.sh file:
https://github.com/bytedeco/javacpp-presets/blob/master/lz4/cppbuild.sh
That file may work pretty much as is for libdmtx, but let me know if you have any questions about that!

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ecolner
Comment options

@ecolner
Comment options

@saudet
Comment options

@saudet
Comment options

Answer selected by saudet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants