Precision about Unix installation (XInput)
authorSylvain Beucler <beuc@beuc.net>
Tue, 29 May 2012 18:32:51 +0000 (18:32 +0000)
committerSylvain Beucler <beuc@beuc.net>
Tue, 29 May 2012 18:32:51 +0000 (18:32 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1324 7f0cb862-5218-0410-a997-914c9d46530a

README.cmake

index f776087..9d4bfac 100644 (file)
@@ -31,15 +31,16 @@ and compile as usual
 \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