A PCRE internal error occured. This might be caused by a faulty plugin
====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
applications:graphics:fontmatrix [2015/09/18 01:40] admin [Build Fontmatrix from Sources] |
applications:graphics:fontmatrix [2015/09/18 02:34] (current) admin [Fontmatrix] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Fontmatrix ====== | ====== Fontmatrix ====== | ||
+ | |||
+ | (COULD NOT INSTALL IN LMDE 2) | ||
Fontmatrix is a font manager available for Linux OS. | Fontmatrix is a font manager available for Linux OS. | ||
Line 14: | Line 16: | ||
Let's start with the **compilation metapackage**, it's probably already there but in case... | Let's start with the **compilation metapackage**, it's probably already there but in case... | ||
<code> | <code> | ||
- | > sudo apt-get install build-essential cmake | + | > sudo apt-get install build-essential cmake qt-sdk |
</code> | </code> | ||
Line 45: | Line 47: | ||
> mkdir build | > mkdir build | ||
> cd build | > cd build | ||
- | > cmake ..\ | + | > cmake \ |
[-DCMAKE_BUILD_TYPE=Debug]\ | [-DCMAKE_BUILD_TYPE=Debug]\ | ||
[-DCMAKE_INSTALL_PREFIX:PATH=/install/prefix]\ | [-DCMAKE_INSTALL_PREFIX:PATH=/install/prefix]\ | ||
Line 53: | Line 55: | ||
[-DTRANSLATOR:string=locale]\ | [-DTRANSLATOR:string=locale]\ | ||
[-DWANT_PYTHONQT:bool=true]\ | [-DWANT_PYTHONQT:bool=true]\ | ||
- | -DWANT_PODOFO:bool=true | + | -DWANT_PODOFO:bool=true\ |
+ | .. | ||
> make | > make | ||
</code> | </code> | ||
Line 60: | Line 63: | ||
like those between [ and ] here) | like those between [ and ] here) | ||
+ | UNFORTUNATELY AT THIS POINT THE PROCESS BREAKS ! | ||
+ | |||
+ | YOU CAN INSTALL **Font Manager** from the Software Manager :-/ |