]> git.siccegge.de Git - frida/web.git/commitdiff
Add download page
authorChristoph Egger <Christoph.Egger@cs.fau.de>
Sat, 6 Dec 2014 20:47:47 +0000 (21:47 +0100)
committerChristoph Egger <Christoph.Egger@cs.fau.de>
Sat, 6 Dec 2014 20:47:47 +0000 (21:47 +0100)
html/main.css
src/download.txt [new file with mode: 0644]

index 075777ac3d8920f69f601441977bfa450a208ea1..ee515fcbe7ade3803787d13c7cd483c3f6977ada 100644 (file)
@@ -64,3 +64,23 @@ body {
 .document {
     margin:1em;
 }
+
+.document h1 {
+    margin-top: 1em;
+    margin-bottom: 0.5em;
+}
+
+.document ul {
+    margin-left: 2em;
+}
+
+.document p {
+    margin: .2em;
+}
+
+.literal-block {
+    font-family: SourceCodePro;
+    background-color: #eee;
+    display:inline-block;
+    margin: .5em;
+}
\ No newline at end of file
diff --git a/src/download.txt b/src/download.txt
new file mode 100644 (file)
index 0000000..01f08fc
--- /dev/null
@@ -0,0 +1,35 @@
+restindex
+  page-title: Download
+/restindex
+
+Binary Packages
+---------------
+
+Currently no binaries are created. This will change once frida grows
+up and gets a release.
+
+Getting the sourcecode
+----------------------
+
+Source code is available in git (GitWeb_).::
+
+    git clone https://git.siccegge.de/frida.git
+
+Building Frida
+--------------
+
+Frida requires several libraries to build, including
+
++ LLVM 3.5
++ Qt >= 5.1
++ guile-2.0
++ log4cxx
++ cmake
+
+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