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:30] admin |
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 | + | > sudo apt-get install build-essential cmake qt-sdk |
| </code> | </code> | ||
| Line 40: | Line 42: | ||
| > cd /opt | > cd /opt | ||
| > git clone https://github.com/fontmatrix/fontmatrix.git | > git clone https://github.com/fontmatrix/fontmatrix.git | ||
| + | Cloning into 'fontmatrix'... | ||
| + | ... | ||
| + | > cd fontmatrix | ||
| + | > mkdir build | ||
| + | > cd build | ||
| + | > cmake \ | ||
| + | [-DCMAKE_BUILD_TYPE=Debug]\ | ||
| + | [-DCMAKE_INSTALL_PREFIX:PATH=/install/prefix]\ | ||
| + | -DWANT_HARFBUZZ:bool=true\ | ||
| + | -DWANT_ICU:bool=true\ | ||
| + | -DWANT_M17N:bool=true\ | ||
| + | [-DTRANSLATOR:string=locale]\ | ||
| + | [-DWANT_PYTHONQT:bool=true]\ | ||
| + | -DWANT_PODOFO:bool=true\ | ||
| + | .. | ||
| + | > make | ||
| </code> | </code> | ||
| + | Feel free to select the options that fit your needs (remove the ones that you don't need | ||
| + | like those between [ and ] here) | ||
| + | |||
| + | UNFORTUNATELY AT THIS POINT THE PROCESS BREAKS ! | ||
| + | YOU CAN INSTALL **Font Manager** from the Software Manager :-/ | ||
