repo/mtdev/build

8 lines
174 B
Text
Raw Normal View History

2021-07-16 03:05:23 +03:00
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