Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 632 Bytes

BUILD.md

File metadata and controls

30 lines (20 loc) · 632 Bytes

Building OpenBMP PostgreSQL Consumer

Dependencies

  • Java 11 or greater
  • Maven 3.x or greater
  • Python psycopg2-binary
  • DNS Python

Build

You can build from source using maven as below:

(1) Install openbmp-java-api-message

git clone https://github.com/OpenBMP/obmp-java-api-message.git
cd obmp-java-api-message
mvn clean install

(2) Build obmp-psql

cd ../
git clone https://github.com/OpenBMP/obmp-psql.git
cd obmp-psql
mvn clean package

The above will create a JAR file under target/. The JAR file is the complete package, which includes the dependancies.