-
Notifications
You must be signed in to change notification settings - Fork 2
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:
- Clone this repository:
git clone --recursive https://github.com/iensen/plog2.0/ - Go to the repository root: (plog2.0 folder).
- Run cmake . (or cmake3, dependending on the version you have.)
- Run make
- 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,