-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to compile this. #1
Comments
I had a similar problem, I found https://raw.githubusercontent.com/tora-tool/tora/master/cmake/modules/getgit.cmake and threw it in the libopenbarcode directory, then I had to fix the toolkit link, then I had to make the file openbarcode_version.h and put the following defines in it:
And then it compiles and generates a commandline app that can run. I had to fix the hardcoded path directory "/Users/tzaman/Dropbox/code/openbarcode/sample_images/C39/" but looking closer at the code it appears this is really not ready at all... |
I accept PRs!! :-)
…On Thu, 28 Sep 2017 at 12:50, Jacob Abrams ***@***.***> wrote:
I had a similar problem, I found
https://raw.githubusercontent.com/tora-tool/tora/master/cmake/modules/getgit.cmake
and threw it in the libopenbarcode directory, then I had to fix the toolkit
link, then I had to make the file openbarcode_version.h and put the
following defines in it:
#define OPENBARCODE_VERSION "1"
#define OPENBARCODE_BUILDDATE "today"
And then it compiles and generates a commandline app that can run. I had
to fix the hardcoded path directory
"/Users/tzaman/Dropbox/code/openbarcode/sample_images/C39/" but looking
closer at the code it appears this is really not ready at all...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHXSRKHMBLxkD0zIqUcSoqTgNs6m-KMJks5sm_iagaJpZM4ODxyf>
.
|
I have a similar problem,Could you please email me the project you solved? [email protected] Thank you very much |
It seems to have a dependency on getgit.cmake.
I found a few getgit.cmakes on the web and in each case it just leads to another build error farther down the line.
The text was updated successfully, but these errors were encountered: