These releases contain numerous bugs, some of which can be qualified "blocking". If you are considering installing a fresh LXR service, always prefer the latest release. You will experience a dramatic performance boost and installation is a lot easier.
Bug reports will not be accepted.
It is time to generate the index. This is a job for script
genxref
.
genxref
is driven by two arguments:
--url=
URL_of_your_source_tree
The URL may be any defined in 'baseurl'
or 'baseurl_alias'
or the catenation of one 'host_names'
followed by 'virtroot'
.
The purpose of this argument is to locate inside
lxr.conf which tree to work on.
--version=
name_of_version_to_index
This instructs genxref
to index ONLY
the designated version.
It is interesting for trees with numerous versions
to limit the time consumed when only
one version was modified since last indexing.
'range'
parameter.
With the previous configuration, this gives:
Depending on the size of your source, indexing may be very lengthy.
If you intend to index the kernel tree, think of launching
genxref
for at least an overnight job (YMMV).
Test before on a simple case if this is your first
installation.
Before launching this time-consuming job,
you have a last opportunity to check your configuration for trivial errors
with argument --checkonly
:
You can also ask genxref
to index every version
in your tree with argument --allversions
as in: