missing c++11 flag in readme

This commit is contained in:
Alec Jacobson
2015-06-25 08:25:49 -04:00
parent 5ff6387765
commit 3c1e35d568
+1 -1
View File
@@ -65,7 +65,7 @@ If you save this in `hello.cpp`, then you could compile this with (assuming
Eigen is installed in `/usr/local/include/eigen3`):
```bash
gcc -I/usr/local/include/eigen3 -I./libigl/include/ hello.cpp -o hello
g++ -std=c++11 -I/usr/local/include/eigen3 -I./libigl/include/ hello.cpp -o hello
```
Running `./hello` would then produce