]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: contrib: spoa_server Add some hints for building spoa_server
authorAleksandar Lazic <al-haproxy@none.at>
Wed, 3 Jul 2019 08:16:17 +0000 (08:16 +0000)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 5 Jul 2019 14:31:50 +0000 (16:31 +0200)
contrib/spoa_server/README

index d820807ffbeb0b65184f74d708d8fec785d4289c..fa039c1afcab221a677f9a300b45e8837baa887f 100644 (file)
@@ -8,12 +8,25 @@ callback write variables which are sent as response when the processing
 is done.
 
 
+  Prerequirement
+----------------
+
+You have to install the development packages, either from the
+distribution repositories or from the source.
+
+CentOS/RHEL: yum install python-devel
+
+The current python version in use is 2.7.
+
+
   Compilation
 ---------------
 
 Actually, the server support Lua and Python. Type "make" with the options:
 USE_LUA=1 and/or USE_PYTHON=1.
 
+You can add LUA_INC=.. LUA_LIB=.. to the make command to set the paths to
+the lua header files and lua libraries.
 
   Start the service
 ---------------------