From 3397818c78736d5c9f0b29c9f3461685f246b935 Mon Sep 17 00:00:00 2001 From: Davide Cesari Date: Tue, 15 Mar 2016 11:18:22 +0100 Subject: [PATCH] add link to original site --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 757c5e2..55bc0a6 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,11 @@ # F03gl # > Modules for using the OpenGL graphics library from Fortran -This project is derived from the pioneering work of Anthony Stone -and Aleksandar Donev for creating a complete Fortran 2003 interface -to OpenGL library along with GLU and GLUT libraries. +This project is derived from the pioneering work of [Anthony Stone and +Aleksandar Donev](http://www-stone.ch.cam.ac.uk/pub/f03gl/index.xhtml) +for creating a complete Fortran interface to the OpenGL library along +with GLU and GLUT libraries using the F2003 `ISO_C_BINGING` intrinsic +module. With respect to the original project, this version adds support for building the package with autoconf/automake/libtool creating @@ -12,6 +14,15 @@ shared libraries and it provides a spec file for building a .rpm package on a Fedora Linux distribution, thus enhancing the portability. +You should thus build the package following the usual GNU procedure: + +``` +# autoreconf -if # only necessary if you download the raw git sources +# ./configure +# make +# make install +``` + The text of the original README is reported here: ```