Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. Install these packages through Cygwin:
- gnutls-devel
- libgtk2.0-devel
- gcc-core
- autoconf
- automake
- make
- cmake
- libiconv
- libncursesw-devel
- libgcrypt-devel
- libcurl3
- libcurl-devel
- 2. Download weechat source (http://www.weechat.org/download/) and unpack it somewhere.
- 3. cd into the weechat source directory.
- 4. Compile with
- ./configure --prefix=/usr --disable-gnutls --disable-tcl
- cmake ./
- make
- make install
- 5. Run `weechat-curses`.
Advertisement
Add Comment
Please, Sign In to add comment