Skip to content

Instantly share code, notes, and snippets.

@seanthegeek
Last active October 26, 2018 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanthegeek/53e9140cec0f33b8c5f8dd2befeb1aa2 to your computer and use it in GitHub Desktop.
Save seanthegeek/53e9140cec0f33b8c5f8dd2befeb1aa2 to your computer and use it in GitHub Desktop.
Random install instructions
sudo apt-get install -y uthash-dev libconfig-dev libarchive-dev libtool autoconf automake checkinstall
git clone https://github.com/rieck/malheur.git
cd malheur
./bootstrap
./configure --prefix=/usr
make

Note: The version number checkinstall parses from Malhur doesn’t conform to Debian standard, so you'll have to specify the correct version number when prompted by checkinstall. Technically, sudo make install will work fine. checkinstall just makes it easier to upgrade and/or remove it just like any other Debian package.

sudo checkinstall
#!/usr/bin/bash
sudo apt-get install -y python-pip libboost-all-dev
sudo pip install -U pip setuptools
sudo -H pip install git+https://github.com/buffer/pyv8 # This can take a long time, and may appear to hang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment