REBECKA stands for Regular Expression Based Editor with Coloring Keywords Ability. It is a full-featured editor aimed at developers and users of different hypertext and graphical languages, such as LaTeX, HTML and Postscript.
REBECKA can be installed in the following way:
- Prerequisites
You need Qt-3.* library to install REBECKA. You also need KDEDIR variable set to the KDE main directory, since this is where the configuration files, icons and the documentation is stored.
- Download gzipped tarball from http://lrv.fri.uni-lj.si/~bojank/rebecka2/. Current version is 0.9.9.
- Gunzip and untar the tarball:
gunzip rebecka-0.9.9.tar.gz
tar xvf rebecka-0.9.9.tar
3. Go to the REBECKA main directory rebecka-0.9.9 and run configure script:
./configure
4. After this is finished, run make:
make
5. And finally install the binary and configuration files:
make install
You can then run REBECKA by typing rebecka at the console. You should have the KDEDIR variable set to the KDE main directory when running REBECKA, since at the startup, REBECKA checks if there are any new configuration files, you might want to install in your directory.
