X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=README.cmake;h=9d4bfac5675f3bb6659e29a1f80d391a6717b89f;hb=56cc35535901ef071bf8acab59ba176355ee3e0e;hp=f7760876076ebbe13f6a9e10b408eb8dcc5d4a64;hpb=d5fe9defa4070c483c1d04e0af8faf7150ead4ed;p=freeglut diff --git a/README.cmake b/README.cmake index f776087..9d4bfac 100644 --- a/README.cmake +++ b/README.cmake @@ -31,15 +31,16 @@ and compile as usual How to build freeglut on UNIX ----------------------------- -1. Make sure you have cmake installed. Examples: - - Debian/Ubuntu: apt-get install cmake - - Fedora: yum install cmake - - FreeBSD: cd /usr/ports/devel/cmake && make install - Or directly from their website: - http://www.cmake.org/cmake/resources/software.html -2. Run cmake . in the freeglut directory to generate the makefile. -3. Run make to build, and make install to install, freeglut. -4. If you wish to change any build options run ccmake . +- Make sure you have cmake installed. Examples: + - Debian/Ubuntu: apt-get install cmake + - Fedora: yum install cmake + - FreeBSD: cd /usr/ports/devel/cmake && make install + Or directly from their website: + http://www.cmake.org/cmake/resources/software.html +- Install XInput: libxi-dev / libXi-devel +- Run 'cmake .' in the freeglut directory to generate the makefile. +- Run 'make' to build, and 'make install' to install freeglut. +- If you wish to change any build options run 'ccmake .' Breakdown of CMake configuration options