Skip to content
poelzi edited this page Mar 23, 2011 · 3 revisions

Start Hacking

  • Checkout trunk
  • cmake .
  • ccmake . and change DEVELOP_MODE to True. This allows you to develop in your checkout without having to install it all the time. This changes the behavoir slightly:
    • ulatencyd will not register a system dbus name, but will use the session bus. He still connects to the system bus, too.
    • make sure if you start in develop mode and wan't to run as root to start with sudo or set SUDO_UID first
  • run make docs to generate Documentation. You find it in docs/
  • run make DEBUG=1 or make DEBUG=1 VERBOSE=1
Clone this wiki locally