aboutsummaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-06-11 12:11:41 +0000
committerMartin Willi <martin@strongswan.org>2007-06-11 12:11:41 +0000
commit432b298e403ed1a82f29d60219826b73b9b43d01 (patch)
treee82d13eec9aa7ccfad8839b7eac68f1ae16347b6 /HACKING
parent9fe1a1ca7617bb562750864aae1892ece1a6a1e6 (diff)
downloadstrongswan-432b298e403ed1a82f29d60219826b73b9b43d01.tar.bz2
strongswan-432b298e403ed1a82f29d60219826b73b9b43d01.tar.xz
documentation fixes and updates
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING10
1 files changed, 8 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 7357d8055..3a7a2c94d 100644
--- a/HACKING
+++ b/HACKING
@@ -38,11 +38,17 @@ Then you're in, start the build as usual:
make install
+API documentation
+-----------------
+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.
+
+
uClibc support
--------------
-Support for uClibc is still work in progress. To get started, make sure to
-include the following options:
+To run strongSwan on uClibc, you need at least:
String and Stdio Support --->
[*] Support glibc's register_printf_function()