You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have downloaded a source distribution (e.g. nexus-4.3.0.tar.gz) then you will already have a file called "configure" and the basic sequence to follow is:
15
+
16
+
./configure # use sh ./configure if this does not work
17
+
make
18
+
make check
19
+
make install
20
+
21
+
this may not, however, build all the nexus utilities and binding you require, and may also locate the wrong HDF libraries and final installation directory. Thus you will probably need to pass some options to "configure" to control this.
22
+
23
+
General information about "configure" is located in the file called INSTALL
24
+
25
+
To see a list of possible options type
26
+
27
+
./configure --help
28
+
29
+
HDF libraries used by nexus are available via your system software package manager or can be downloaded from http://www.hdfgroup.org/
30
+
31
+
A typical run of configure might be:
11
32
12
-
We have recently changed the installation procedure to use the GNU autoconf
13
-
system. This will automatically check for the relevant HDF and other libraries
Copy file name to clipboardExpand all lines: README.developers
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,8 @@ you must add these to the DISTCHECK_CONFIGURE_FLAGS variable in Makefile.am
49
49
50
50
To generate an RPM install kit see README.rpm
51
51
52
+
Also see README.versions for setting nexus release versions
53
+
52
54
If you have problems
53
55
--------------------
54
56
@@ -66,14 +68,12 @@ now requires autoconf 2.61 or above
66
68
NeXus Developer Mailing Lists
67
69
-----------------------------
68
70
69
-
CVS commit/log messages are automatically sent to the nexus-cvs@anl.gov
70
-
mailing list - if you wish to receive these, subscribe to the list via the link
71
+
SVN commit/log messages are automatically sent to the nexus-code-svn@nexusformat.org mailing list - if you wish to receive these, subscribe to the list via the link
0 commit comments