[Hejes-devel] [1444] install/Makefile: target to install pyhunspell

hejes-devel at nytud.hu hejes-devel at nytud.hu
Tue Sep 1 15:12:36 CEST 2015


Revision: 1444
Author:   mihaltz
Date:     2015-09-01 15:12:36 +0200 (Tue, 01 Sep 2015)
Log Message:
-----------
install/Makefile: target to install pyhunspell

Modified Paths:
--------------
    trunk/install/Makefile

Modified: trunk/install/Makefile
===================================================================
--- trunk/install/Makefile	2015-09-01 13:02:20 UTC (rev 1443)
+++ trunk/install/Makefile	2015-09-01 13:12:36 UTC (rev 1444)
@@ -35,5 +35,13 @@
 install_mysqldb:
 	sudo apt-get install python-mysqldb
 
+# Install python API for hunspell (2015.09-)
+install_pyhunspell:
+	sudo apt-get install libhunspell-dev
+	tar -xzf hunspell-0.3.3.tar.gz
+	cd hunspell-0.3.3 ; \
+	sudo python setup.py install
+
+
 # Install web2py_src.zip to /opt/web2py
 # TODO




More information about the Hejes-devel mailing list