]> git.siccegge.de Git - frida/web.git/blobdiff - src/download.txt
Further improvements including small-screen-stuff
[frida/web.git] / src / download.txt
index 919cfe145d1038a766e970be1b71c0d6458f86a8..a1824ab6ec1f970586e81524056a35ece321a64e 100644 (file)
@@ -15,31 +15,20 @@ Source code is available in git (GitWeb_).::
 
     git clone https://git.siccegge.de/frida/frida.git
 
-Building Frida
---------------
-
-Frida requires several libraries to build, including
-
-+ LLVM 3.5
-+ Qt >= 5.1
-+ guile-2.0
-+ log4cxx
-+ quazip
-+ gtest
-+ gmock
-+ cmake
+For a proven-to-compile version you can use a Release:
 
-On debian jessie, the following command should do:
+.. csv-table::
+   :header: Version,Date,sha1sum,Tarball,Signature
+   :widths: 10, 15, 55, 15, 20
 
-.. code-block:: bash
-
-   apt-get install libquazip-qt5-dev liblog4cxx10-dev qtbase5-dev guile-2.0-dev google-mock cmake g++ llvm-3.5-dev
+   0.1, 2015-05-12, 04a378b903173b5a2b40b08083bcdc73c3a04468, `frida-0.1.txz </download/frida-0.1.txz>`_, `frida-0.1.txz.sig </download/frida-0.1.txz.sig>`_
+   0.2, 2015-05-26, c738d52cb345e4936d2d00790ddb6ab78336ad7c, `frida-0.2.txz </download/frida-0.2.txz>`_, `frida-0.2.txz.sig </download/frida-0.2.txz.sig>`_
 
+Building Frida
+--------------
 
-Building itself works just as you would expect for a cmake project: ::
+For building Frida refer to the documentation:
 
-  cmake .
-  make -j
-  ./frida
+https://doc.frida.xyz/installing.html
 
 .. _GitWeb: https://git.siccegge.de/?p=frida/frida.git