mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
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
28 lines
637 B
Text
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!
|
|
|