Subversion Repositories gelsvn

Rev

Rev 58 | Rev 178 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 58 Rev 114
Line 3... Line 3...
3
 
3
 
4
 This README describes the GEL project. GEL stands for Geometry and Linear 
4
 This README describes the GEL project. GEL stands for Geometry and Linear 
5
 Algebra which are the constituents we will mostly put into this library.
5
 Algebra which are the constituents we will mostly put into this library.
6
 
6
 
7
 This is a complex source tree which is intended for use both under a 
7
 This is a complex source tree which is intended for use both under a 
8
 variety of unix platforms and under windows.
8
 variety of unix platforms and under windows. This README is mostly for
-
 
9
 unix users. Windows users should also consult README_MSVC
9
 
10
 
10
======================================================================
11
======================================================================
11
 
12
 
12
----------------------------------------------------------------------
13
----------------------------------------------------------------------
13
1. INTRODUCTION
14
1. INTRODUCTION
Line 43... Line 44...
43
The directories under the root of the source tree (where you find this 
44
The directories under the root of the source tree (where you find this 
44
README) are
45
README) are
45
 
46
 
46
src        - Source code for GEL libraries
47
src        - Source code for GEL libraries
47
apps       - Source code for applications
48
apps       - Source code for applications
-
 
49
apps       - Source code for test programs
48
doc        - Documentation
50
doc        - Documentation
49
bin        - Executables
51
bin        - Executables
50
lib        - Libraries
52
lib        - Libraries
51
makefiles  - As the name suggests, makefiles
53
makefiles  - As the name suggests, makefiles
52
 
54