Skip to content

Commit

Permalink
fix README to provide more clarity for potential python pkg installat…
Browse files Browse the repository at this point in the history
…ion issue

Signed-off-by: Yonghong Song <[email protected]>
  • Loading branch information
yonghong-song committed Jun 11, 2015
1 parent c989d1a commit b25d3b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,14 @@ cd bcc; mkdir build; cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_PREFIX_PATH=/opt/local/llvm
make -j$(grep -c ^processor /proc/cpuinfo)
sudo make install
cd ../../
cd ../
sudo python examples/hello_world.py
<ctrl-C>
```

Change `CMAKE_PREFIX_PATH` if llvm is installed elsewhere.
Change CMAKE_INSTALL_PREFIX to /usr/local if your python package installation
is under /usr/local install /usr.

### Cleaning up

Expand Down

0 comments on commit b25d3b8

Please sign in to comment.