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.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
applications:graphics:fontmatrix [2015/09/18 01:35]
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+> sudo apt-get install build-essential ​cmake qt-sdk
 </​code>​ </​code>​
  
Line 45: Line 47:
 > mkdir build > mkdir build
 > cd build > cd build
-> cmake ..  ​[-DCMAKE_BUILD_TYPE=Debug]\+> cmake 
 + [-DCMAKE_BUILD_TYPE=Debug]\
  ​[-DCMAKE_INSTALL_PREFIX:​PATH=/​install/​prefix]\  ​[-DCMAKE_INSTALL_PREFIX:​PATH=/​install/​prefix]\
- [-DWANT_HARFBUZZ:​bool=true]+ ​-DWANT_HARFBUZZ:​bool=true\ 
- [-DWANT_ICU:​bool=true]+ ​-DWANT_ICU:​bool=true\ 
- [-DWANT_M17N:​bool=true]\+ ​-DWANT_M17N:​bool=true\
  ​[-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>​
  
 +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 :-/