Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 531 Bytes

NOTES.md

File metadata and controls

8 lines (5 loc) · 531 Bytes

Notes

Ubuntu

To compile and run scribus without problem in Ubuntu 12.10 you may need to set the paths to python libs or add them to cmake command line, otherwise python3 libs will be preferred over python2

cmake ../Scribus -DWANT_SYSTEM_CAIRO=1 -DCMAKE_INSTALL_PREFIX=../Scribus-bin -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so -DPYTHON_INCLUDE_DIR=/usr/include/python2.7