forked from BIC-MNI/EBTKS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
27 lines (15 loc) · 757 Bytes
/
README
File metadata and controls
27 lines (15 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This is a new version of the EBTKS library which has been tested with
the following compilers and systems:
g++ 3.3 / Linux and IRIX
CC 7.30 / IRIX
The code should be functionally identical to EBTKS 0.99.
Building with GNU g++ should be straightforward, just unpack the
archive and issue the commands './configure' and 'make'.
If you wish to compile with IRIX CC, you need to set the environment
variables CC and CXX to appropriate values:
./configure CC=cc CXX='CC -LANG:std'
The -LANG:std flag is required with IRIX CC in order to support the
modern C++ standard header files.
There will be several warnings issued during compilation. I'm still
looking into fixing these.
Good luck. Please report any problems to bert@bic.mni.mcgill.ca