|
From: tom <to...@we...> - 2011-08-20 15:56:09
|
Hello,
I have downloaded "zint-2.4.2.tar.gz" and unpacking the archive.
My System is :
Kernel : Linux 2.6.38-11-generic (i686)
Compiled : #48-Ubuntu SMP Fri Jul 29
19:05:14 UTC 2011
Default C Compiler : GNU C Compiler version 4.5.2
(Ubuntu/Linaro 4.5.2-8ubuntu4)
Distribution : Ubuntu 11.04
Desktop Environment : GNOME 2.32.1
Than I have done the following steps :
cd build
cmake ..
make
sudo make install
I received following messages :
@desktop:~/Desktop/zint-2.4.2/build$ cmake ..
-- Could NOT find ZLIB (missing: ZLIB_INCLUDE_DIR ZLIB_LIBRARY)
-- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR)
-- Configuring done
-- Generating done
-- Build files have been written to: /home/xxxxx/Desktop/zint-2.4.2/build
@desktop:~/Desktop/zint-2.4.2/build$ make
[ 96%] Built target zint
[100%] Built target zint_frontend
@desktop:~/Desktop/zint-2.4.2/build$ sudo make install
[sudo] password for xxxxx:
[ 96%] Built target zint
[100%] Built target zint_frontend
Install the project...
-- Install configuration: "RelWithDebInfo"
-- Up-to-date: /usr/share/cmake-2.8/Modules/FindZint.cmake
-- Up-to-date: /usr/local/lib/libzint.so.2.4.2
-- Up-to-date: /usr/local/lib/libzint.so.2.4
-- Up-to-date: /usr/local/lib/libzint.so
-- Up-to-date: /usr/local/include/zint.h
-- Up-to-date: /usr/local/bin/zint
Zint CLI works fine. I have tested it with the boundled test.sh !
But there is no GUI = zint-qt created. Where is the fault ?
Please give me a hint !
Thank's.
Your sincerely
Thomas
|