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
megatools: siwtch from experimental to stable 1.11.0
[kiss-trunc88.git]
/
chromaprint
/
build
blob
7ed0828cf0f402affadb2f51dca55dff9dff67dc
1
#!/bin/sh -e
2
3
export
DESTDIR
=
"
$1
"
4
5
cmake
-B
build \
6
-DCMAKE_INSTALL_PREFIX
=
"/usr"
\
7
-DCMAKE_BUILD_TYPE
=
None \
8
-DFFT_LIB
=
fftw3 \
9
-DBUILD_TOOLS
=
ON
10
#cmake --build build
11
#cmake --install install
12
cd
build
13
make
14
make install