-Third-party libraries are stored here. Currently, we use Shapely and
-lp_solve (along with its Python bindings). To install them, simply run
-'make' within this directory. You can also run 'make lib' in the
-top-level directory.
+Third-party libraries are stored here. Currently, we use Shapely,
+lp_solve (along with its Python bindings), and env-js. To install
+them, simply run 'make' within this directory. You can also run 'make
+lib' in the top-level directory.
You will need GEOS installed for Shapely to work properly.
+
+Env-js requires a Java runtime, and the Ant utility, at least.
LP_SOLVE_PYTHON_URL=http://downloads.sourceforge.net/project/lpsolve/lpsolve/5.5.0.15/lp_solve_5.5.0.15_Python_source.tar.gz
-all: lp_solve shapely
+.PHONY : env-js
+
+all: lp_solve shapely env-js
clean:
tar -xvzf lp_solve_python.tar.gz; \
rm lp_solve_python.tar.gz; \
fi;
+
+
+# A phony target, always run.
+env-js:
+ cd env-js && ant concat