changed config*.h include path
This commit is contained in:
parent
4ab448c26e
commit
47d9968dcc
44 changed files with 44 additions and 113 deletions
6
README
6
README
|
@ -1,4 +1,8 @@
|
|||
Debugging
|
||||
---------
|
||||
To compile debugging code configure the project with the --enable-debug option. Then at runtime you may set the environment variable DBUSXX_VERBOSE to '1' to activate debugging and to '0' to deactivate debugging.
|
||||
To compile debugging code configure the project with the --enable-debug option. Then at runtime you may set the environment variable "DBUSXX_VERBOSE=1" to activate debugging and to '0' to deactivate debugging.
|
||||
|
||||
Hints
|
||||
-----
|
||||
Your applications based on dbus-c++ have to support PTHREAD and to export the variable HAVE_PTHREAD_H. This is a work in progress and my change.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue