Skip to content

Instantly share code, notes, and snippets.

@alibitek
Created February 11, 2016 10:55
Show Gist options
  • Save alibitek/d82567269f73b54bc35a to your computer and use it in GitHub Desktop.
Save alibitek/d82567269f73b54bc35a to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
sudo apt-get install libncursesw5-dev && ./autogen.sh && ./configure --prefix=$HOME && make -j$(nproc) && make -j$(nproc) install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment