From aca3be07956a11c9379ed14ee53efca5c98a09b1 Mon Sep 17 00:00:00 2001 From: Diederick Niehorster Date: Wed, 27 Feb 2013 12:07:26 +0000 Subject: [PATCH] updated README to point to README.cmake for building git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1527 7f0cb862-5218-0410-a997-914c9d46530a --- README | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/README b/README index 67d30a1..3eddc79 100644 --- a/README +++ b/README @@ -19,29 +19,23 @@ ===== Both X11 and Win32 ports are in an advanced alpha stage, which means that - they provide limited functionality of GLUT API 3. There is an investigation - en course to check if the BeOS port could be easily done using the current - freeglut structure. + they provide limited functionality of GLUT API 3. A somewhat more + limited port (mostly due to limits of the OS) to Andriod is now also + available. INSTALLATION ============ - Use the following commands to build from scratch on a *nix X11 platform: - - ./autogen.sh - ./configure - make - - The first command is only needed after a fresh checkout, a source distribution - already contains all necessary files for the last two steps. + See README.cmake as a starting point, as well as the other README + files for further info. CONTRIBUTING ============ Bug and missing features patches are certainly welcome. Just as comments - and FREEGLUT API 1 propositions are. + and FREEGLUT API propositions are. Just please to make the fixes look visually just as the rest of the code does (tabs converted 4 white spaces). Comments are really welcome, as I -- 1.7.10.4