Guest User

weeaboochat 4 winblows

a guest
Feb 16th, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
F# 0.44 KB | None | 0 0
  1.  
  2. 1. Install these packages through Cygwin:
  3. gnutls-devel
  4. libgtk2.0-devel
  5. gcc-core
  6. autoconf
  7. automake
  8. make
  9. cmake
  10. libiconv
  11. libncursesw-devel
  12. libgcrypt-devel
  13. libcurl3
  14. libcurl-devel
  15.  
  16. 2. Download weechat source (http://www.weechat.org/download/) and unpack it somewhere.
  17. 3. cd into the weechat source directory.
  18. 4. Compile with
  19. ./configure --prefix=/usr --disable-gnutls --disable-tcl
  20. cmake ./
  21. make
  22. make install
  23.  
  24. 5. Run `weechat-curses`.
Advertisement
Add Comment
Please, Sign In to add comment