-
Notifications
You must be signed in to change notification settings - Fork 90
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
GLABELS-QT on Windows 10 with lib ZINT or GNU-BARCODE - Code128 #177
Comments
I am also interested in learning how to compile GLABELS with the ZINT library.
|
Have some problem with compiling in windows 10? anybody help ? |
gLabels for Windows Build Instructions, a (very) rough guideInstall SoftwareInstall; Add to PATH; Get SourceOpen Git Bash terminal;
Download https://master.dl.sourceforge.net/project/zint/zint/2.6.7/zint-2.6.7.tar.gz Install libqrencode
Build libzintOpen workspace\zint\win32\zint.sln in Visual Studio 2022 Retarget Projects
Select Release Configuration Right click libzint project in Solution Explorer, open Properties
Right-click libzint project, and add ~/workspace/zint/backend/ultra.c Build Solution Build gLabelsAdd following lines to ~/workspace/glabels-qt/CMakeLists.txt,
Copy ~/workspace/zint/win32/x64/Release/libzint.dll, Create installer
CMake Configuration
TODODownload BarCode for Windows from https://gnuwin32.sourceforge.net/packages/barcode.htm
Also examine Ultracode Support NotesInstaller quarantined by Windows Security/ Anti-Virus software due to false positive. |
Does anyone have a Windows binary with these more extensive barcode libs available? |
Is there a way to compile GLABELS-QT on Windows 10 with lib ZINT or GNU-BARCODE (http://gnuwin32.sourceforge.net/packages/barcode.htm)? I need Code128, but unfortunately I can't get it to work. Best regards and many thanks. Krebsi83
The text was updated successfully, but these errors were encountered: