X-Git-Url: https://eleni.mutantstargoat.com/git/?p=libgliar;a=blobdiff_plain;f=INSTALL;h=d034303a49083943a49399aca2dad003063d2914;hp=8ad1dfb5353ca65864ee7fabf5b14f0e2b91c2e1;hb=fa3b7898a907b79db149781f336dee652c69f5f0;hpb=a9d99c62e9bd30cb52f343bbd80dd9073fbbad5a diff --git a/INSTALL b/INSTALL index 8ad1dfb..d034303 100644 --- a/INSTALL +++ b/INSTALL @@ -1 +1,38 @@ -//TODO +# 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)