echo "sys-libs/ncurses unicode" >> /etc/portage/package.use emerge -va dev-libs/libxml2 sys-libs/ncurses sys-libs/readline sys-fs/e2fsprogs
#include <wchar.h>
" to the top of beeswax.h
#include <wchar.h>
" to the top of beeswax.h
ncursesw
to ncurses
in beeswax.h
(?)LIBS
in config.mk
to
LIBS = -L/usr/lib ${XMLLIBS} -lncurses -L/sw/lib -lreadline.5
Download beeswax-0.2.0.tar.gz
from SourceForge.net
Contents of beeswax-0.2.0.tar.gz.sha1
:
1c75150eb2c44f3581b627628087cbdd97e66e22 *beeswax-0.2.0.tar.gz
You should validate the the download with the command
sha1sum --check beeswax-0.2.0.tar.gz.sha1
Now check the config.mk
file for your system, especially PREFIX
, INCS
, and LIBS
.
tar xzf beeswax-0.2.0.tar.gz cd beeswax-0.2.0 make install
The configuration file is ~/.beeswaxrc
.
It is an XML file in which you can define custom colors for certain parts of the UI.
Color choices are documented within the file's internal DTD.