-
Notifications
You must be signed in to change notification settings - Fork 152
/
Copy pathREADME.txt
executable file
·26 lines (18 loc) · 1.08 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This directory contains code for the GAPS software framework.
There are several subdirectories:
pkgs - source and include files for all packages (software libraries).
apps - source files for applications (only mpview)
makefiles - unix-style make file definitions
lib - archive library (.lib) files (created during compilation).
bin - executable files (created during compilation).
If you are using linux or cygwin and have gcc and OpenGL development
libraries installed, or if you are using MAC OS X with the xcode
development environment, you should be able to compile all the code by
typing "make clean; make" in this directory. If you are using Windows
Visual Studio, then you will have to build your own solution files
(the code should compile and run in Visual Studio). For other
development platforms, you should edit the shared compilation settings
in the makefiles/Makefiles.std to meet your needs.
The software is distributed under the MIT license (see LICENSE.txt)
and thus can be used for any purpose without warranty, any liability,
or any suport of any kind.