Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-backports > by-pkgid > 86c407b8aa756829a0560c9d0c106098 > files > 11

cirkuit-0.2.2-1mdv2009.1.x86_64.rpm

Description
-----------

Cirkuit is a KDE4 GUI for the Circuit macros by Dwight Aplevich, which is a set of macros for drawing high-quality line diagrams to include in TeX, LaTeX, or similar documents. Cirkuit builds a live preview of the source code and can export the resulting images in EPS, PDF, PNG or PSTricks format.

Requirements
------------

To run this application you need to have the following applications installed:

* latex
* m4
* gs
* dvips
* epstopdf
* ps2eps

On Debian-based systems (e.g. Ubuntu/Kubuntu) type the following command to install the required apps:

sudo apt-get install texlive-latex-base texlive-base-bin texlive-extra-utils m4 ghostscript ps2eps


To build Cirkuit you need the KDE4 and Qt4 dev packages. To install them on Debian-based systems, type

sudo apt-get install kdelibs5-dev libqt4-dev


To build the application, follow the usual KDE4/CMake procedure:

tar xzvf cirkuit-0.1.tar.gz
cd cirkuit-0.1
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install