Renamed install_libmav...
This commit is contained in:
10
src/contrib/install_libmavl.sh
Executable file
10
src/contrib/install_libmavl.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
VERSION="1.1.0a"
|
||||
|
||||
wget ftp://ftp.planix.org/pub/planix/libmavl-${VERSION}.tgz
|
||||
tar xzvf libmavl-${VERSION}.tgz
|
||||
cd libmavl-${VERSION}
|
||||
cp ../libmavl-LocalDefs.mak .
|
||||
make install
|
||||
|
Reference in New Issue
Block a user