Skip to content

Instantly share code, notes, and snippets.

@dsimard
Created January 7, 2014 02:42
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 dsimard/8293889 to your computer and use it in GitHub Desktop.
Save dsimard/8293889 to your computer and use it in GitHub Desktop.
Install weechat
git clone git://git.sv.gnu.org/weechat.git
git checkout -b v0.4.2 v0.4.2
sudo apt-get install libncursesw5-dev libcurl4-gnutls-dev zlib1g-dev libgcrypt11-dev
mkdir build
cd build
cmake .. -DPREFIX=/path/to/weechat
make
make install
cd ../bin/
./weechat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment