Created Voltron on Ubuntu 14.04 with GDB (markdown)

snare 2014-07-27 13:03:06 -07:00
parent ec65d5a8cb
commit 0b3f177165
1 changed files with 7 additions and 0 deletions

@ -0,0 +1,7 @@
# Voltron on Ubuntu 14.04 with GDB
Ubuntu 14.04 comes with Python versions 2 and 3. GDB is linked with Python 3, but `/usr/bin/python` points to Python 2 (and always will, apparently). In order to get Voltron to work you'll need to install Voltron to the Python 3 packages directory as follows:
$ sudo apt-get install lib64readline6-dev python3-dev python3-setuptools
$ cd voltron
$ sudo python3 setup.py install