Skip to content

Developer Quickstart

Florent Monjalet edited this page Sep 3, 2019 · 3 revisions

Using Phobos

The basic installation process and usage is described by [README.md](https://github.com/cea-hpc/phobos/blob/master/doc/README.md).

Compiling

These instructions describe how to compile Phobos on CentOS 7.

Dependencies

An always up-to-date dependency list can be retrieved the [Phobos specfile](from https://github.com/cea-hpc/phobos/blob/master/phobos.spec.in).

Build dependencies:

  • postgresql94-devel (from EPEL or any Postgres >= 9.4)

  • glib2-devel >= 2.28

  • python-devel

  • jansson-devel >= 2.5

  • libini_config-devel

  • openssl-devel

  • libattr-devel

  • sg3_utils-devel

Testing

TODO

Clone this wiki locally