# 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)