Skip to content

Installation Instructions

Evgenii Balai edited this page Jun 14, 2020 · 14 revisions

Install cmake (version 3.5.1 or later)

Install C++ (version 4.9.2 20150212 or later to support C++14)

Install P-log2.0:

  1. Clone this repository: git clone --recursive https://github.com/iensen/plog2.0/
  2. Go to the repository root: (plog2.0 folder).
  3. Run cmake . (or cmake3, dependending on the version you have.)
  4. Run make
  5. Find the binary file named plog2 in the current folder

Steps 3-5 can also be accomplished using Clion IDE developed by Jetbrains. Use File->Open menu to open a folder containing CMakeLists.txt. Then choose configuration named "plog2" and build the project.

We have verified that the above instructions work in Ubuntu 18.04, and centos-release-7-7.1908.0.el7.centos.x86_64,

Clone this wiki locally