X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=README.cmake;h=78c29849dc924a5d1de5159c2be0d82d47801352;hb=6f3bd48bd40bdc0777208aea2dcfd954c7b3a915;hp=9d4bfac5675f3bb6659e29a1f80d391a6717b89f;hpb=151cec6ef6d821bbb0a61f9482386359ca956ce2;p=freeglut diff --git a/README.cmake b/README.cmake index 9d4bfac..78c2984 100644 --- a/README.cmake +++ b/README.cmake @@ -37,6 +37,11 @@ How to build freeglut on UNIX - FreeBSD: cd /usr/ports/devel/cmake && make install Or directly from their website: http://www.cmake.org/cmake/resources/software.html +- Make sure you have the basics for compiling code, such as C compiler + (e.g., GCC) and the make package. +- Also make sure you have packages installed that provide the relevant + header files for x11 (including xrandr) and opengl (e.g., + libgl1-mesa-dev, libx11-dev and libxrandr-dev on Debian/Ubuntu). - 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.