]> git.siccegge.de Git - frida/frida.git/commitdiff
Cleanup documentation
authorChristoph Egger <christoph@christoph-egger.org>
Tue, 26 May 2015 19:51:53 +0000 (21:51 +0200)
committerChristoph Egger <christoph@christoph-egger.org>
Tue, 26 May 2015 19:51:53 +0000 (21:51 +0200)
README [new file with mode: 0644]
doc/BUGS.org [deleted file]
doc/README.org [deleted file]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..a862f60
--- /dev/null
+++ b/README
@@ -0,0 +1,32 @@
+FrIDa
+=====
+
+Building
+--------
+
+FrIDa uses cmake. To build it you can do the following
+
+.. code-block::
+   bash
+
+   mkdir build
+   cd build
+   cmake -DCMAKE_BUILD_TYPE=Release ..
+   make -j
+   make install
+
+If you do not want to install frida, you can runn it locally. However
+you need to add the ``build`` directory to ``LD_LIBRARY_PATH``
+
+For details refer to https://doc.frida.xyz
+
+Bug Reports
+-----------
+
+Bugs can be reported at https://projects.faui2k9.de/tag/frida/ or via
+mail to christoph@frida.xyz
+
+..
+   Local Variables:
+   mode: rst
+   End:
diff --git a/doc/BUGS.org b/doc/BUGS.org
deleted file mode 100644 (file)
index b8191ca..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-* TODO BasicBlockWidget should get an unique type
-
-    As a result, properly filter BasicBlockWidgets when spacing
-    without linearly searching through all BasicBlockWidgets all the
-    time
-
-* DONE Splitting BasicBlocks needs to happen sooner
-
-    BasicBlocks are splittet too late these days. As a result we
-    sometimes get BasicBlocks that are suffixes of other BasicBlocks
-
-* TODO spread out enries
-
-    Add some small gap between inbound edges the currently layout is
-    slightly confusing
diff --git a/doc/README.org b/doc/README.org
deleted file mode 100644 (file)
index 6b2738d..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-
-* Building FRIDA
-
-On Debian Systems you will need the following packages apart fro
-`build-essential`:
-
- + cmake
- + qtbase5-dev
- + llvm-3.5-dev
- + liblog4cxx10-dev
- + clang (>= 3.3) -- or change compiler to g++
- + pkg-config