Browse Source

update index.html to match README.md

Former-commit-id: f6d8f14381f869fc0cd9350901895c14b5dccb24
Alec Jacobson 10 years ago
parent
commit
09238852d7
1 changed files with 5 additions and 6 deletions
  1. 5 6
      index.html

+ 5 - 6
index.html

@@ -79,7 +79,7 @@ int main()
 <p>If you save this in <code>hello.cpp</code>, then you could compile this with (assuming
 Eigen is installed in <code>/usr/local/include/eigen3</code>):</p>
 
-<pre><code class="bash">gcc -I/usr/local/include/eigen3 -I./libigl/include/ hello.cpp -o hello
+<pre><code class="bash">g++ -std=c++11 -I/usr/local/include/eigen3 -I./libigl/include/ hello.cpp -o hello
 </code></pre>
 
 <p>Running <code>./hello</code> would then produce</p>
@@ -204,12 +204,11 @@ page</a>.</p>
 
 <h2 id="copyright">Copyright</h2>
 
-<p>2015 Alec Jacobson, Daniele Panozzo, Olga Diamanti, Christian Schüller, Kenshi
-Takayama, Leo Sacht, Wenzel Jacob, Nico Pietroni, Amir Vaxman</p>
+<p>2015 Alec Jacobson, Daniele Panozzo, Christian Schüller, Olga Diamanti, Qingnan
+Zhou, Nico Pietroni, Stefan Brugger, Kenshi Takayama, Wenzel Jakob, Nikolas De
+Giorgis, Luigi Rocca, Leonardo Sacht, Olga Sorkine-Hornung, and others.</p>
 
-<figure>
-<img src="tutorial/images/libigl-logo.jpg" alt="" />
-<figcaption></figcaption></figure>
+<p>Please see individual files for appropriate copyright notices.</p>
 
 </body>
 </html>