aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2013-08-28 18:05:10 +0200
committerChristian Weiske <cweiske@cweiske.de>2013-08-28 18:05:10 +0200
commit685ea638be830a5af915e39c69387773a670ddaa (patch)
treed27223e766669521dad8723dd8c25e4645a7a049
parent39a0e02560afc33905cf1299845c8bb49264fb4f (diff)
downloadenigma2-685ea638be830a5af915e39c69387773a670ddaa.tar.gz
enigma2-685ea638be830a5af915e39c69387773a670ddaa.zip
more installation and running instructions
-rw-r--r--README26
1 files changed, 26 insertions, 0 deletions
diff --git a/README b/README
index c2216ca0..46989cc3 100644
--- a/README
+++ b/README
@@ -69,3 +69,29 @@ make install
Fix for swig2.0 (swig1.3-error):
$ sed -i 's/swig1.3/swig2.0/' ./lib/python/.deps/enigma_python.Pcpp
+
+6.) Create configuration directory:
+
+$ mkdir $HOME/enigma2/etc/enigma2
+
+7.) Run enigma2:
+
+$ cd $HOME/enigma2
+$ rm enigma2-hdd/*crash*.log
+$ LC_ALL=en LANG=en ./bin/enigma2
+
+If you want to grep for specfic log output:
+
+$ rm enigma2-hdd/*crash*.log; LC_ALL=en LANG=en ./bin/enigma2 2>&1 |grep -B5 -A10 CurlyTx
+
+Enigma2 will crash after the install wizard finished.
+Just restart it; you'll see the provider list.
+
+
+
+Key mapping
+===========
+space - open main menu
+return - show status display
+
+See ``data/keymap.xml`` for more details.