ports/devel/lxr/files/pkg_message.in
Martin Wilke 71f51f5b92 A general purpose source code indexer and cross-referencer that
provides web-based browsing of source code with links to the
definition and usage of any identifier.

WWW: http://sourceforge.net/projects/lxr/

PR:		ports/134145
Submitted by:	Eygene Ryabinkin
2009-05-30 18:44:29 +00:00

28 lines
637 B
Text

Configuring LXR
===============
First-time installation
-----------------------
For the first-time installations you should copy the template files
for LXR to your installation
cp %%LXRDIR%%/templates/* %%LXRDIR%%/
Then you should glance over configuration file at
%%LXRDIR%%/lxr.conf
It has some reasonable values for the helper programs, but you should
customize variables like 'baseurl', 'virtroot' and others.
Upgrades
--------
You should look at the contents of the directory
%%LXRDIR%%/templates/
and possibly merge new stuff from it to the corresponding files in
%%LXRDIR%%/
Happy cross-referencing and code mining!