Replaced Free Getopt with getopt_port.

This commit is contained in:
Camilla Berglund
2014-01-21 14:16:51 +01:00
parent af78508488
commit 18c635f474
3 changed files with 260 additions and 303 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ The following dependencies are needed by GLFW:
The following dependencies are needed by the examples and test programs:
- [Free Getopt](http://freegetopt.sourceforge.net/) for getopt
- [getopt\_port](https://github.com/kimgr/getopt_port/) for getopt
- [TinyCThread](https://gitorious.org/tinythread/tinycthread/) for threading
- An OpenGL loader generated by [glad](https://github.com/Dav1dde/glad)