mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-13 14:44:35 -04:00
8 lines
147 B
Bash
Executable file
8 lines
147 B
Bash
Executable file
#!/bin/sh
|
|
|
|
qmake -set ZINT_INSTALL_LIBS /usr/local/lib
|
|
qmake -set ZINT_INSTALL_HEADERS /usr/local/include
|
|
|
|
qmake && make && make install
|
|
|
|
ldconfig
|