8 lines
174 B
Text
8 lines
174 B
Text
|
wget https://bitmath.org/code/mtdev/mtdev-1.1.6.tar.bz2
|
||
|
tar -xf mtdev-1.1.6.tar.bz2
|
||
|
cd mtdev-1.1.6
|
||
|
|
||
|
./configure --prefix=/usr --disable-static
|
||
|
make
|
||
|
make DESTDIR="$1" install
|