X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;f=src%2Fdownload.txt;h=d30d272b59ec4bdc8dafc34e0b37da6061a6c245;hb=cd06afdd9d34adfe99de0d9089cf3721136c3b1c;hp=a838aaa5348ebedbbbdd43664984541c1f2a1342;hpb=f52a8a67ab4f0fc18664f427780adf5896af9d24;p=frida%2Fweb.git diff --git a/src/download.txt b/src/download.txt index a838aaa..d30d272 100644 --- a/src/download.txt +++ b/src/download.txt @@ -15,21 +15,19 @@ Source code is available in git (GitWeb_).:: git clone https://git.siccegge.de/frida/frida.git -Building Frida --------------- +For a proven-to-compile version you can use a Release: + +.. csv-table:: + :header: Version,Date,sha1sum,Tarball,Signature + :widths: 10, 15, 55, 10, 10 -Frida requires several libraries to build, including + 0.1, 2015-05-12, 04a378b903173b5a2b40b08083bcdc73c3a04468, `tar.xz `_, `sig `_ -+ LLVM 3.5 -+ Qt >= 5.1 -+ guile-2.0 -+ log4cxx -+ cmake +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