repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pcre: fork, fix sources
[kiss-trunc88.git]
/
wxwidgets
/
build
blob
b661df23764ccf832f15d27a2daeddbd3975130a
1
#!/bin/sh -e
2
.
/
configure \
3
--prefix
=/
usr \
4
--disable-debug_flag
\
5
--disable-intl
\
6
--disable-ipv6
\
7
--disable-gtktest
\
8
--disable-sdltest
\
9
--with-gtk
=
2
10
make
11
make
DESTDIR
=
"
$1
"
install