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
freetype-harfbuzz: bump to 2.12.1+4.3.0
[kiss-trunc88.git]
/
mednafen
/
build
blob
3da13796f8d7089c5df0f601c9b1bce49a5125f8
1
#!/bin/sh -e
2
3
.
/
configure \
4
--disable-sdltest
\
5
--disable-alsatest
\
6
--disable-jack
\
7
--disable-debugger
\
8
--enable-threads
=
posix \
9
--prefix
=/
usr
10
11
make
12
make
DESTDIR
=
"
$1
"
install