DXR: Difference between revisions

46 bytes removed ,  17 June 2011
no edit summary
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.'''


If you are using clang (need dxr-clang development branch), you will need to do the following to set up your environment before building:
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''
192

edits