55
edits
(Update compile flags. Last time I rushed this, and ruby libraries may now have been installed.) |
|||
Line 5: | Line 5: | ||
== Running Weechat == | == Running Weechat == | ||
Dregin is a big Weechat fanboi. And as such, he has his own special builds designed for Redbrick. Azazel is the current login machine | Dregin is a big Weechat fanboi. And as such, he has his own special builds designed for Redbrick. Azazel is the current login machine, dregin has compiled a version of Weechat that runs on azazel: | ||
/home/associat/d/dregin/root_azazel/bin/weechat-curses | /home/associat/d/dregin/root_azazel/bin/weechat-curses | ||
Line 18: | Line 18: | ||
cd weechat | cd weechat | ||
./autogen.sh | ./autogen.sh | ||
./configure --prefix=$HOME | ./configure --prefix=$HOME | ||
for f in `ls po/*.po` | for f in `ls po/*.po` | ||
do | do |