repo/mtdev/build
2021-07-16 22:33:05 +02:00

7 lines
174 B
Text
Executable file

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