]> git.siccegge.de Git - frida/web.git/blobdiff - src/download.txt
Add new dependencies to reflect recent development
[frida/web.git] / src / download.txt
index 01f08fc5775d334bb576c6e89880ec7e7a78653e..5a924e238054abf045fe40ba2be08510ee7d8c04 100644 (file)
@@ -13,7 +13,7 @@ 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
 --------------
@@ -24,6 +24,9 @@ Frida requires several libraries to build, including
 + Qt >= 5.1
 + guile-2.0
 + log4cxx
++ quazip
++ gtest
++ gmock
 + cmake
 
 Building itself works just as you would expect for a cmake project: ::
@@ -32,4 +35,4 @@ Building itself works just as you would expect for a cmake project: ::
   make -j
   ./frida
 
-.. _GitWeb: https://git.siccegge.de/?p=frida.git;a=summary
+.. _GitWeb: https://git.siccegge.de/?p=frida/frida.git