]> git.ipfire.org Git - people/ms/strongswan.git/blobdiff - HACKING
unit-tests: Use a larger timeout for test vector testing
[people/ms/strongswan.git] / HACKING
diff --git a/HACKING b/HACKING
index f4f3d48567e7ca674ca12385719e7db5e8100ae6..02d540a9ad1a77d956419378ca1e33ac5bb926ad 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -5,20 +5,32 @@
 Git repository
 ---------------------
 
-For interested developers, we have a public repository. To check out and 
-compile the code, you need the following tools:
+For interested developers, we have a public repository. To check out and compile
+the code, you need the following tools:
 
     - Git
-    - a recent GNU C complier (>= 3.x)
-    - recent autotools
+    - a recent GNU C compiler (>= 3.x)
+    - automake
+    - autoconf
+    - libtool
+    - pkg-config
+    - gettext
     - perl
+    - python
     - lex/flex
     - yacc/bison
     - gperf
-    - optionally Doxygen
+
+    Optionally:
+    - lcov/genhtml
+    - Doxygen
 
 To check out the master branch, use:
 
+   git clone git://git.strongswan.org/strongswan.git
+
+     or using HTTP
+
    git clone http://git.strongswan.org/strongswan.git
 
 After a successful check out, give the autotools a try:
@@ -36,7 +48,7 @@ Then you're in, start the build as usual:
 API documentation
 -----------------
 
-Charon and libstrongswan contain inline code documentation. These comments can 
+Charon and libstrongswan contain inline code documentation. These comments can
 be extracted using doxygen. It is built using 'make apidoc', which creates an
 'apidoc' folder containing the HTML files.