Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Add dockerfile #174

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

Meteorix
Copy link

@Meteorix Meteorix commented May 20, 2019

You can use docker to build pyflame

sudo docker build --tag pyflame .
sudo docker run -it -v $(pwd):/root/pyflame pyflame /bin/bash -c "cd /root/pyflame;./autogen.sh;./configure;make"

This will also produce the executable at src/pyflame, which support py2.6/2.7/3.4/3.5/3.6

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant