7 lines
108 B
Text
Executable file
7 lines
108 B
Text
Executable file
./configure \
|
|
--prefix=/usr \
|
|
--disable-shared \
|
|
--disable-gcov
|
|
|
|
make
|
|
make DESTDIR="$1" install
|