Add README

This commit is contained in:
Daniel Zaoui 2018-06-15 10:27:04 +03:00
parent 4b6a03e963
commit 24eee06b53
2 changed files with 28 additions and 1 deletions

1
.gitignore vendored
View File

@ -11,7 +11,6 @@ Makefile.in
.*.sw[po] .*.sw[po]
*.gcov *.gcov
*.gcno *.gcno
/README
/aclocal.m4 /aclocal.m4
/autom4te.cache/ /autom4te.cache/
/config.cache /config.cache

28
README Normal file
View File

@ -0,0 +1,28 @@
Clouseau
Clouseau is a UI inspection tool aimed to debug EFL applications.
Requirements:
efl (1.20 +)
Compiling:
1. mkdir build
2. cd build
3. cmake -DCMAKE_INSTALL_PREFIX=/your_install_path ..
4. make
5. (sudo) make install
How to use it?
1. Run efl_debugd on the machine where the program to debug has to run
2. Run your program
3. Run clouseau_client -l / -r [port]
4. Choose the extension you want to use
5. Choose your application
clouseau_client can run in three modes:
- locally: it connects to the local daemon (efl_debugd)
- remotely: you have to establish a connection (SSH...) and to supply the port to use to Clouseau
- offline: this is for the case you want to visualize a snapshot saved earlier