-
Notifications
You must be signed in to change notification settings - Fork 30
Start hacking
poelzi edited this page Mar 23, 2011
·
3 revisions
- 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 indocs/
- run
make DEBUG=1
ormake DEBUG=1 VERBOSE=1