Created
July 6, 2011 02:27
-
-
Save douglas/1066406 to your computer and use it in GitHub Desktop.
Install swig on a ubuntu box
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install swig |
top kek thanks a lot
Thank you.
that downloads older version of swig
.lolol
gg
This installs 3.0.8. It's not the newest version
The newest version is 3.0.12 as of Feb 8, 2018
SWIG 3.0.12 can be installed using this manual
that downloads older version of swig
This installs 3.0.8. It's not the newest version
The newest version is 3.0.12 as of Feb 8, 2018
Still useful though
If you're at all developing for python, avoid 3.0.8.
sudo apt-get install swig
should install 3.0.12 newer Ubuntu versions, but on 16.04 it install 3.0.8. So you'll have to resort to manually installing.
See https://bugs.launchpad.net/ubuntu/+source/swig/+bug/1628974
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks