X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=blobdiff_plain;f=HACKING;h=7357d80559baea4e7b8966546c3f763ca16c71ff;hp=3303790f787438d7198f0a009d914404abf7eab7;hb=8501be235cda9b39ba5287c787dbb0f47761f555;hpb=c0d63ac9db44ae1b0161b7398bb61385a6f4ac88 diff --git a/HACKING b/HACKING index 3303790..7357d80 100644 --- a/HACKING +++ b/HACKING @@ -2,6 +2,9 @@ strongSwan - Development ------------------------- +Subversion repository +--------------------- + For interested developers, we have a public repository. To check out and compile the code, you need the following tools: @@ -33,3 +36,18 @@ Then you're in, start the build as usual: ./configure [options] make make install + + +uClibc support +-------------- + +Support for uClibc is still work in progress. To get started, make sure to +include the following options: + +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.