2008年11月23日星期日

Linux:Archlinux Howto Install RSIBreak (防沉迷工作软件)

I wanna use Workrave to help RSI,But I am using KDE4 ,It need download many lib files to install workrave . So I choose RSIbreak ,a tools fo KDE .

Below is information for installing RSIBreak in Archlinux .

1. download files
http://www.rsibreak.org
download latest
http://www.rsibreak.org/files/rsibreak-0.9.0.tar.bz2

2.install compile tools
sudo pacman -S cmake
sudo pacman -S automoc4

3.make

mkdir build && cd build && cmake ..
make
sudo make install
sudo ln -s /usr/local/bin/rsibreak /usr/bin

4.auto load
vi ~/.bash_profile

#add
rsibreak &

没有评论: