\r
How to build freeglut on UNIX\r
-----------------------------\r
-1. Make sure you have cmake installed. Examples:\r
- - Debian/Ubuntu: apt-get install cmake\r
- - Fedora: yum install cmake\r
- - FreeBSD: cd /usr/ports/devel/cmake && make install\r
- Or directly from their website:\r
- http://www.cmake.org/cmake/resources/software.html\r
-2. Run cmake . in the freeglut directory to generate the makefile.\r
-3. Run make to build, and make install to install, freeglut.\r
-4. If you wish to change any build options run ccmake .\r
+- Make sure you have cmake installed. Examples:\r
+ - Debian/Ubuntu: apt-get install cmake\r
+ - Fedora: yum install cmake\r
+ - FreeBSD: cd /usr/ports/devel/cmake && make install\r
+ Or directly from their website:\r
+ http://www.cmake.org/cmake/resources/software.html\r
+- Install XInput: libxi-dev / libXi-devel\r
+- Run 'cmake .' in the freeglut directory to generate the makefile.\r
+- Run 'make' to build, and 'make install' to install freeglut.\r
+- If you wish to change any build options run 'ccmake .'\r
\r
\r
Breakdown of CMake configuration options\r