strongSwan - Development
-------------------------
+Subversion repository
+---------------------
+
For interested developers, we have a public repository. To check out and
compile the code, you need the following tools:
./configure [options]
make
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
+--------------
+
+To run strongSwan on uClibc, you need at least:
+
+String and Stdio Support --->
+ [*] Support glibc's register_printf_function()
+General Library Settings --->
+ [*] Support global constructors and destructors
+
+It is fairly untested yet, so don't except to get it running without
+further tweaks.