summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2012-08-30 13:44:12 +0200
committerJonathan Bauer2012-08-30 13:44:12 +0200
commita1274d4e1ff9cd21609b6f1b2c36af310212537a (patch)
tree7a4d4684721ddff16c4b2afe76df6f9f27ba69b2
parentminor (diff)
downloadfbgui-a1274d4e1ff9cd21609b6f1b2c36af310212537a.tar.gz
fbgui-a1274d4e1ff9cd21609b6f1b2c36af310212537a.tar.xz
fbgui-a1274d4e1ff9cd21609b6f1b2c36af310212537a.zip
README: log4cxx setup instructions
-rw-r--r--README10
1 files changed, 8 insertions, 2 deletions
diff --git a/README b/README
index 18b9516..fa0194f 100644
--- a/README
+++ b/README
@@ -26,9 +26,15 @@ How to build/use it?
To integrate into a Preboot-Media, follow instructions on the wiki.
+Debug console setup:
+ Once log4cxx is installed, you need to copy the default fbgui.logging.conf
+ to $HOME/.fbgui.logging.conf
+ Without this step, neither the logging to file nor the debug console will work!
+
Dependancies:
QT-Framework
- QXT-Framework (QT extension)
+ log4cxx-dev package
sysfsutils
- (QJSon)
libnl
+
+(TODO: rest of deps)