192
edits
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
* python (with python-sqlite package) | * python (with python-sqlite package) | ||
* glimpse | * glimpse | ||
* gcc-4.5 with dehydra plugin (if using dehydra) | <!--* gcc-4.5 with dehydra plugin (if using dehydra)--> | ||
* LLVM and clang (if using clang) | * LLVM and clang (if using clang) | ||
* A web server capable of running python as cgi (a standard apache2 install should work) | * A web server capable of running python as cgi (a standard apache2 install should work) | ||
| Line 67: | Line 67: | ||
== Producing DXR output == | == Producing DXR output == | ||
'''The following instructions break for dehydra, and require the dxr-clang development branch.''' | '''The following instructions <!--break for dehydra, and--> require the dxr-clang development branch.''' | ||
You will need to do the following to set up your environment before building: | |||
export DXRSRC=''dxrsrc'' # Not necessary, but it can save some typing | export DXRSRC=''dxrsrc'' # Not necessary, but it can save some typing | ||
. $DXRSRC/setup-env.sh ''srcdir'' | . $DXRSRC/setup-env.sh ''srcdir'' | ||
edits