Commit de1ceef4 authored by Łukasz Nowak's avatar Łukasz Nowak

- cleanup comments

 - put requirements in [requirements] part


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31985 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent be06752b
# This is software only part of buildout for mysql with senna
# made by Leonardo Rochael Almeida <leorochael@gmail.com> (thanks!)
# This is software part of buildout for mysql with senna
# Originally made by Leonardo Rochael Almeida <leorochael@gmail.com> (thanks!)
# Original place: https://svn.erp5.org/repos/public/experimental/mysqlsenna.buildout/
#
# Original notes:
# This buildout Compiles senna and mysql 5.0.87 patched for senna.
# There are no patches for senna for mysql versions later than that.
#
# This buildout is extensively inspired on the LAMP buildout found on:
# http://aclark.net/team/aclark/blog/a-lamp-buildout-for-wordpress-and-other-php-apps
#
# dependencies: lib64termcap-devel lib64ncurses-devel flex bison
[buildout]
parts =
......@@ -38,5 +29,5 @@ environment =
PATH =${senna:location}/bin:%(PATH)s
[requirements]
binary = flex bison
development =
binary = flex bison patch gcc g++
development = /usr/include/termcap.h /usr/include/curses.h
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment