X-Git-Url: http://git.mutantstargoat.com?p=libgliar;a=blobdiff_plain;f=INSTALL;h=d034303a49083943a49399aca2dad003063d2914;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=HEAD;hpb=b82d60137dc0b16ef451936fcc97fa8f25fe7b33 diff --git a/INSTALL b/INSTALL index e69de29..d034303 100644 --- a/INSTALL +++ b/INSTALL @@ -0,0 +1,38 @@ +# libgliar - a library that can fake the OpenGL context info returned by +# the glGet OpenGL calls +# +# Copyright (C) 2013 Canonical Ltd +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +# Author: Eleni Maria Stea + +Installation: +------------- +Step 1: Configure +./configure --prefix= or ./configure to install the library +in the default directory (default prefix: /usr/local/lib) + +Step 2: Build +Enter the libgliar source directory and run: +make + +Step 3: Install +Inside the source directory type: +make install (or sudo make install if you used the default prefix) + +Uninstall: +---------- +Enter the source directory and type: +make uninstall (or sudo make uninstall if you used the default prefix)