joelagnel / adeb

A debian-based shell environment designed for Android and adb
Apache License 2.0
319 stars 100 forks source link

Build bcc for Python 3 #31

Closed Ayrx closed 5 years ago

Ayrx commented 5 years ago

This PR installs bcc for Python 3 in addition to Python 2.

joelagnel commented 5 years ago

This part looks like it will break python2: cmake -DPYTHON_CMD=python3 ..

Have you tested python 2?

Ayrx commented 5 years ago

Yup. bcc is available for both Python 2 and 3. filetop etc still works.

The original make / make install is still there. The PR adds a second step that installs the Python 3 bit.