mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
9 lines
147 B
Plaintext
9 lines
147 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
qmake -set ZINT_INSTALL_LIBS /usr/local/lib
|
||
|
qmake -set ZINT_INSTALL_HEADERS /usr/local/include
|
||
|
|
||
|
qmake && make && make install
|
||
|
|
||
|
ldconfig
|