From 0b1d6dc762ccb4e2bbac258118cb5f9593ba5d09 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Thu, 31 Mar 2016 13:36:37 +0800 Subject: [PATCH] python build instructions. --- python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index a6eaed000..f1ccb3f0a 100644 --- a/python/README.md +++ b/python/README.md @@ -25,7 +25,7 @@ that your terminal is pointing to the root of libigl: ```bash cd python mkdir build -cd build; make; cd .. +cd build; cmake ..; make; cd .. ``` The cmake script will complain if it is not able to find python. In that case