/usr/share/nexus/examples/README.examples is in libnexus0-dev 4.3.2-svn1919-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | NeXus example programs and files
--------------------------------
napi_test.c uses the name of the executable file
it is compiled into to determine what type of file to create
i.e. HDF5 if it is called napi_test-hdf5 etc.
You can build these examples using the nxbuild script
that is installed into /usr/local/bin e.g.
nxbuild -o napi_test-hdf5 napi_test.c
--
$Id$
|