Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 320 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 320 Bytes

moba-tester

sudo apt-get install autoconf
sudo apt-get install libtool # see https://stackoverflow.com/questions/18978252/error-libtool-library-used-but-libtool-is-undefined for details
git submodule init
git submodule update

autoreconf -i
./configure && make 
sudo make install