projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
257ad4f
)
Show how to compile against GTK3.
author
Daniel Carl
<danielcarl@gmx.de>
Mon, 20 Jan 2014 21:13:22 +0000
(22:13 +0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Mon, 20 Jan 2014 21:13:22 +0000
(22:13 +0100)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index
1332e0b
..
f5ef130
100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-54,7
+54,8
@@
Therefore, you should always compare your customised `config.h` with
Run following command to compile and install vimb (if necessary last one as
root).
- make clean && make
+ make clean
+ make // or make GTK=3 to compile against gtk3
make install
To build vimb against gtk3 you can use `make GTK=3`.