]> git.siccegge.de Git - frida/web.git/blobdiff - src/download.txt
Website updates
[frida/web.git] / src / download.txt
index 01f08fc5775d334bb576c6e89880ec7e7a78653e..bc46238188c469e526e4e99d6fd78bdfa54f2167 100644 (file)
@@ -13,23 +13,13 @@ Getting the sourcecode
 
 Source code is available in git (GitWeb_).::
 
-    git clone https://git.siccegge.de/frida.git
+    git clone https://git.siccegge.de/frida/frida.git
 
 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
-+ cmake
+https://doc.frida.xyz/installing.html
 
-Building itself works just as you would expect for a cmake project: ::
-
-  cmake .
-  make -j
-  ./frida
-
-.. _GitWeb: https://git.siccegge.de/?p=frida.git;a=summary
+.. _GitWeb: https://git.siccegge.de/?p=frida/frida.git