Skip to content

drtrev/geo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geo

Copyright (C) 2011 Trevor Dodds <trev.dodds@gmail.com>

Geo 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.

Geo 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
Geo, in the file named COPYING.  If not, see <http://www.gnu.org/licenses/>.


Installation
------------

Geo depends on Motlab and SDL (Simple Direct Media Layer). SDL is a
cross-platform library used by Geo for creating a window and taking keyboard
input. Motlab uses OpenAL for audio capture and playback.

Geo can be built using the CMake Cross-platform make utility -
http://www.cmake.org/

The linux instructions are as follows:

$ mkdir build
$ cd build
$ cmake ../src
$ make

This will create an executable called 'geo'.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published