Skip to content
Jonas Haag edited this page Aug 24, 2014 · 4 revisions

How to install

bjoern can simply be installed using pip install bjoern or python setup.py install.

Requirements

  • Python 2 installation with headers ("development package")
  • libev with headers
  • a C compiler (tested with GCC and Clang)

Python 2 development package

Arch Linux
Headers come with all packages on Arch Linux, so you'll only need python2.
Ubuntu
apt-get install python2-dev
Fedora, CentOS
yum install python2-devel (?)
Mac OS X (using homebrew_)
Should work without further ado.
Your Contribution Here
Fork me and send a pull request

libev

Arch Linux
pacman -S libev
Ubuntu
apt-get install libev-dev
Fedora, CentOS
yum install libev-devel
Mac OS X (using homebrew_)
brew install libev
Your Contribution Here
Fork me and send a pull request
Clone this wiki locally