]> git.siccegge.de Git - frida/web.git/blobdiff - src/download.txt
Website updates
[frida/web.git] / src / download.txt
index 919cfe145d1038a766e970be1b71c0d6458f86a8..bc46238188c469e526e4e99d6fd78bdfa54f2167 100644 (file)
@@ -18,28 +18,8 @@ Source code is available in git (GitWeb_).::
 Building Frida
 --------------
 
-Frida requires several libraries to build, including
+For building Frida refer to the documentation:
 
-+ LLVM 3.5
-+ Qt >= 5.1
-+ guile-2.0
-+ log4cxx
-+ quazip
-+ gtest
-+ gmock
-+ cmake
-
-On debian jessie, the following command should do:
-
-.. 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
-
-
-Building itself works just as you would expect for a cmake project: ::
-
-  cmake .
-  make -j
-  ./frida
+https://doc.frida.xyz/installing.html
 
 .. _GitWeb: https://git.siccegge.de/?p=frida/frida.git