Menu

Tree [55ac79] master /
 History

HTTPS access


File Date Author Commit
 doc 2009-11-24 Lorenzo Bettini Lorenzo Bettini [87bcfe] build on windows with mingw
 src 2010-01-16 Lorenzo Bettini Lorenzo Bettini [f77798] read documentation from source folder if applic...
 .cproject 2009-11-28 Lorenzo Bettini Lorenzo Bettini [b57982] eclipse project files
 .gitignore 2010-06-18 Lorenzo Bettini Lorenzo Bettini [8e2634] ignore all qt-creator user files
 .project 2009-11-28 Lorenzo Bettini Lorenzo Bettini [b57982] eclipse project files
 AUTHORS 2009-11-11 Lorenzo Bettini Lorenzo Bettini [00784a] AUTHORS and THANKS files
 COPYING 2009-11-10 Lorenzo Bettini Lorenzo Bettini [00580d] switched to GPL3
 ChangeLog 2009-11-11 Lorenzo Bettini Lorenzo Bettini [951e23] filter for open style file dialog
 NEWS 2009-11-15 Lorenzo Bettini Lorenzo Bettini [e909cb] release 0.2
 ReadMe 2009-11-14 Lorenzo Bettini Lorenzo Bettini [80cf04] documentation is not built in doc.pro
 THANKS 2009-11-11 Lorenzo Bettini Lorenzo Bettini [00784a] AUTHORS and THANKS files
 TODO.txt 2010-06-18 Lorenzo Bettini Lorenzo Bettini [55ac79] todo
 make-dist.sh 2009-11-09 Lorenzo Bettini Lorenzo Bettini [45e66c] initial import in the git repository
 qsource-highlight.pro 2009-11-11 Lorenzo Bettini Lorenzo Bettini [00784a] AUTHORS and THANKS files

Read Me

QSource-Highlight
http://qsrchilite.sourceforge.net/
----------------------------------------------

This is a simple front end for GNU Source-highlight that uses
source-highlight-qt.

To build it I suggest to create a separate directory, e.g., build
cd there and run

qmake -recursive ../qsource-highlight.pro
make

Once the building has sucessfully finished, you can install
the files with the command make install; binaries will be installed
into /bin and documentation (the one readable with qt assistant)
into /share/doc/qsource-highlight and html documentation into
/share/doc/qsource-highlight/html.

You can customize the root of the installation directory with
the environment variable INSTALL_ROOT; for instance,

    INSTALL_ROOT=$HOME/usr/local make install

You might need to become root if you install in a path different from your home.

Remember that you must have already installed the source-highlight-qt
library.  If you installed that in a standard place (e.g., /usr
or in a system directory where ldconfig and pkg_config find it) then
this should be enough.

Otherwise you must specify the directory where pkg_config can find
the file source-highlight-qt4.pc); 

for instance, if you installed source-higlight-qt library in
~/usr/local, then the .pc file will be in
~/usr/local/lib/pkgconfig and you'll need to use this directory
for setting PKG_CONFIG_PATH, e.g.,

PKG_CONFIG_PATH=~/usr/local/lib/pkgconfig/ qmake -recursive ../qsource-highlight.pro
make

------------------
Lorenzo Bettini
http://www.lorenzobettini.it
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.