Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.01 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.01 KB

Ophidia IO Server

Description

The Ophidia IO Server is the Ophidia native IO server component.

Requirements

In order to compile and run the IO Server, make sure you have the following packages properly installed:

  1. mysql-community-devel
  2. nectdf and netcdf-devel
  3. optionally bison and flex

How to Install

If you are building from git, you also need automake, autoconf and libtool. To prepare the code for building run:

$ ./bootstrap 

The source code has been packaged with GNU Autotools, so to install simply type:

$ ./configure --prefix=prefix
$ make
$ make install

Type:

$ ./configure --help

to see all available options.

If you want to use the program system-wide, remember to add its installation directory to your PATH.

How to Launch

$ oph_io_server -i 1

Type:

$ oph_io_server -h

to see all other available options.

Further information can be found at http://ophidia.cmcc.it/documentation/admin/.