-
-
Notifications
You must be signed in to change notification settings - Fork 65
Debian
Louis Chartrand edited this page Jan 8, 2020
·
10 revisions
(As of 2017)
On Debian Testing (Stretch) the package list is similar to Ubuntu but I was able to build astroid with only these packages;
$ apt install scons g++ libboost1.62-all-dev libnotmuch-dev libglibmm-2.4-dev libwebkitgtk-dev libgtkmm-3.0-dev libgmime-2.6-dev libsass-dev libwebkitgtk-3.0-dev libpeas-dev libgirepository1.0-dev
With those packages installed I was also able to run the test suite without any errors detected as well as run astroid successfully.
(As of January 2020)
In my case, in order to compile the latest git version on buster, I needed a few additional components, as well as newer versions of libboost and libgmime:
$ apt install scons g++ libboost-all-dev libnotmuch-dev libglibmm-2.4-dev libwebkitgtk-dev libgtkmm-3.0-dev libgmime-3.0-dev libsass-dev libwebkitgtk-3.0-dev libpeas-dev libgirepository1.0-dev ronn scdoc protobuf-compiler libwebkit2gtk-4.0-dev libvte-dev