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

Add dockerfile#174

Open
Meteorix wants to merge 3 commits into
uber-archive:masterfrom
Meteorix:add_dockerfile
Open

Add dockerfile#174
Meteorix wants to merge 3 commits into
uber-archive:masterfrom
Meteorix:add_dockerfile

Conversation

@Meteorix

@Meteorix Meteorix commented May 20, 2019

Copy link
Copy Markdown

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.

1 participant