Last change
on this file since 194 was
194,
checked in by jrpelegrina, 5 years ago
|
First release to xenial
|
File size:
523 bytes
|
Line | |
---|
1 | |
---|
2 | po-thumbnailer: po-thumbnailer.o |
---|
3 | c++ po-thumbnailer.o -o po-thumbnailer -pthread -lgtkmm-2.4 -lglibmm-2.4 -lgobject-2.0 -lgio-2.0 -lcairomm-1.0 -lgettextpo -lglib-2.0 |
---|
4 | #linking done |
---|
5 | po-thumbnailer.o: po-thumbnailer.c |
---|
6 | c++ -Wall -c po-thumbnailer.c -o po-thumbnailer.o `pkg-config --cflags gtkmm-2.4 glibmm-2.4` |
---|
7 | #compiling done |
---|
8 | |
---|
9 | clean: |
---|
10 | rm -f *.o |
---|
11 | rm -f po-thumbnailer |
---|
12 | |
---|
13 | run: po-thumbnailer |
---|
14 | ./po-thumbnailer -s 128 gtkspell.po kk.png |
---|
15 | eog kk.png |
---|
16 | |
---|
17 | bad: po-thumbnailer |
---|
18 | ./po-thumbnailer -s 128 qcv2.po kk.png |
---|
19 | eog kk.png |
---|
Note: See
TracBrowser
for help on using the repository browser.