From 3389cd8b880e1cc8a4c4cc40d3333ffce880edab Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 20 May 2007 16:25:25 +0000 Subject: add a section on build dependencies git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@268 ef36b2f9-881f-0410-afb5-c4e39611909c --- HACKING | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'HACKING') diff --git a/HACKING b/HACKING index 704314e..a936fda 100644 --- a/HACKING +++ b/HACKING @@ -24,6 +24,21 @@ will be automatically integrated. Some notes: * contributions will be acknowledged in the AUTHORS file +BUILD DEPENDENCIES +================== + +For building svn snapshots the following tools are needed: + +* autoconf (2.61 is used but 2.59 is minimal) +* automake 1.9 (1.9.6 is used, considering switching to 1.10) +* check (0.9.4 is used) + +and of course the usual build tools (gcc/make/etc). To build the svn snapshot +run the autogen.sh shell script to build the configure script. When developing +patches please use --enable-warnings with configure and don't introduce too +many new warnings. + + THE COMMUNICATIONS PROTOCOL =========================== @@ -50,6 +65,7 @@ schema is a simple major.minor numbering starting with 0.1. Until a 1.0 release is made the code will be considered work in progress. The interfaces may change and features may be added and removed. + GENERAL DESIGN ============== @@ -103,6 +119,7 @@ nslcd_FUNCION(...) function should generate a response object [TODO: response objects can be large] + SECURITY NOTES ============== -- cgit v1.2.3