forked from nexusformat/code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.developers
74 lines (45 loc) · 1.83 KB
/
README.developers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Initial Setup
-------------
You first need to type:
sh autogen.sh
to generate the initial configure and *.in files. You only need to
type this again if you upgrade you system's versions of
libtool/automake/autoconf and wish to use these newer version for the build
After doing this type:
./configure
For a full list of options that can be passed to configure type:
./configure --help
(typical configure options include the choice of compiler, enabling or
disabling creation of bindings and the location of HDF libraries)
General Building
----------------
Just typing
make
should be enough to build the NeXus libraries and executables from source.
Make will automatically re-run configure if it needs to.
The test programs can then be run with
make check
and everything installed onto the local system with
make install
Making a distribution kit
-------------------------
To generate a *.tar.gz distribution kit just type:
make distcheck
If you need to pass arguments to "configure" during the distcheck process,
you must add these to the DISTCHECK_CONFIGURE_FLAGS variable in Makefile.am
To generate an RPM install kit see README.rpm
Also see README.versions for setting nexus release versions
If you have problems
--------------------
If autogen.sh reports errors, it may be that you need
to install/upgrade your versions of autoconf, automake and libtool.
Source for these can be obtained from:
ftp://ftp.gnu.org/gnu/autoconf
ftp://ftp.gnu.org/gnu/automake
ftp://ftp.gnu.org/gnu/libtool
Most likely it will be autoconf that will need updating - NeXus
now requires autoconf 2.61 or above
NeXus Developer Mailing Lists
-----------------------------
Any questions should be directed to [email protected] list - you can subscribe to this via the link
http://lists.nexusformat.org/mailman/listinfo/nexus