Skip to content

Instantly share code, notes, and snippets.

@lonnen
Forked from erikrose/gist:4221142
Created December 6, 2012 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lonnen/4228706 to your computer and use it in GitHub Desktop.
Save lonnen/4228706 to your computer and use it in GitHub Desktop.
Gets DXR running.
# First, install everything via vagrant.
# Then...
# Make trilite:
git submodule update --init plugins/trilite/
cd plugins/trilite
make release
export LD_LIBRARY_PATH=/home/vagrant/bin/trilite
# make clang
cd ~/dxr/plugins/clang
make
# make test
cd ~/dxr/tests/json-test
make # Not sure why installing trilite in /usr/local/lib is insufficient.
cd target/server
./test-server.py --port 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment