Signed-off-by: Luca Bigliardi <[email protected]> --- INSTALL | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/INSTALL b/INSTALL index 21f65cc..615f8ef 100644 --- a/INSTALL +++ b/INSTALL @@ -30,6 +30,9 @@ Before installing, please verify that you have the following programs: - `simplejson Python module <http://code.google.com/p/simplejson/>`_ - `pyparsing Python module <http://pyparsing.wikispaces.com/>`_ - `pyinotify Python module <http://trac.dbzteam.org/pyinotify/>`_ +- `ctypes Python module + <http://starship.python.net/crew/theller/ctypes/>`_, if running on + python 2.4 (optional, used for node daemon memory locking) - `socat <http://www.dest-unreach.org/socat/>`_ These programs are supplied as part of most Linux distributions, so -- 1.7.1
