bartman's blog

wmiirc-lua v0.1.1

bartman

Last night, just before midnight, I released v0.1 of wmiirc-lua. And then a few minutes later I had to release v0.1.1. Let this be a lesson to me, midnight is way too late to make releases.

So what do you get in v0.1.1?

Why would you want to use wmiirc-lua over the default, or even over the fabulous wmii+ruby?

wmiirc-lua has only been tested against the latest wmii and libixp, to get them do this…

    mkdir wmii-lua-build
    cd wmii-build

    hg clone http://suckless.org/hg.rc/libixp
    cd libixp
    make 
    sudo make install
    cd ..

    hg clone http://suckless.org/hg.rc/wmii
    cd wmii
    make 
    sudo make install
    cd ..

To build and install wmiirc-lua do this…

    apt-get install lua5.1 liblua5.1-0-dev liblua5.1-posix0 git-core

    git clone git://repo.or.cz/wmiirc-lua.git/
    cd wmiirc-lua

    make install

This will put all the files in ~/.wmii-3.5/. You still have to make your .xsession execute wmii-3.5.

If you do decide to try it, I would like to hear from you. Let me know what I should add to the TODO list to make your wmii experience even better.

There is now an #wmiirc-lua IRC channel on oftc.net.

Tags: