Skip to content

PVM Inter-process communication library.

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

CloudAvid/pvm-ipc

Repository files navigation

PVM Interprocess Communication Library

Introduction

PVM-IPC provides users with sets of easy-to-use Interprocess Communication methods based on OOP approaches.

Installation

Installation of PVM-IPC is based on Autoconf and Autotools build system.

Therefore, make sure they are installed properly before you proceed.

  1. First step is to clone the project in desired directory:

    # Your favorite directory
    $ git clone https://github.com/CloudAvid/pvm-ipc.git
  2. Then for Makefiles creation issue these commands at cloned directory.

    # Creates Configuration files.
    $ ./autogen.sh
    
    # Creates Makefiles for building project.
    $ ./configure

    You'd be prompted with unmet requirements which must be fulfilled before proceeding.

  3. After successful Makefile creation; let us proceed to PVM-IPC compilation and installation.

    • At this point (specificity installation part) you need superuser privilege.
    # Compile the project.
    $ make
    # If you like, we could install it as well
    $ make install

Use pkg-config to discover the necessary include and linker arguments. Issue this:

# Displays pparam necessary liker and compile flags.
pkg-config libpparam-1.0 --cflags –libs

Documentation

Read the project wiki.

Contribution and Bug reports

Please check contribution standard for full explanation.

About

This project brought you by CloudAvid developer team.

About

PVM Inter-process communication library.

Topics

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages