Skip to content
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

include zint a C library that generate barcode from string #298

Open
kmezhoud opened this issue Jun 22, 2021 · 0 comments
Open

include zint a C library that generate barcode from string #298

kmezhoud opened this issue Jun 22, 2021 · 0 comments

Comments

@kmezhoud
Copy link

I' am deploying a shinyapp that generates a barcode used to refer documents.
The app uses a simple function from zintr package hosted in github.
The issue we can not install zintr before installing zint C library like this:

git clone https://github.com/zint/zint.git zint
cd zint
mkdir build
cd build
cmake ..
make
sudo make install
sudo cp /usr/local/lib/libzint.* /usr/lib
devtools::install_github("CannaData/zintr")

I tried to add the source code of zint in /src and try to compile it like in this thread , but it is not working.

Any suggestion include C library in R package or add zint library to shinyapp.io are appreciated.
Thanks,
Karim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant