2016-12-09 04:37:22 +01:00
|
|
|
Besides the tarball, you need a few external deps.
|
|
|
|
|
2016-12-31 18:55:52 +01:00
|
|
|
|
2016-12-09 04:37:22 +01:00
|
|
|
For your distribution:
|
|
|
|
|
|
|
|
First, install libc6:i386 for 64-bit systems.
|
|
|
|
|
|
|
|
Debian: sudo apt-get install $(./convmlv.sh -K 0)
|
|
|
|
Ubuntu: sudo apt-get install $(./convmlv.sh -K 1)
|
|
|
|
Fedora: sudo yum install $(./convmlv.sh -K 2)
|
|
|
|
Mac (Homebrew): brew install $(./convmlv.sh -K 3)
|
|
|
|
|
|
|
|
|
2016-12-31 18:55:52 +01:00
|
|
|
For Python (make sure you're using Python 3.X):
|
2016-12-09 04:37:22 +01:00
|
|
|
|
2016-12-31 18:55:52 +01:00
|
|
|
sudo python3 -m pip install $(./convmlv -Y)
|