lplewa / pmdk-convert

Conversion tool for pmdk pools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pmdk-convert: PMDK pool conversion tool

Build Status Build status Coverage Status

Building The Source

Requirements:

  • cmake >= 3.3

On Windows:

In pmdk-convert directory:

$ mkdir build
$ cd build

And then:

On RPM-based Linux distros (Fedora, openSUSE, RHEL, SLES)

$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCPACK_GENERATOR=rpm
$ make package
$ sudo rpm -i pmdk-convert*.rpm

On DEB-based Linux distros (Debian, Ubuntu)

$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCPACK_GENERATOR=deb
$ make package
$ sudo dpkg -i pmdk-convert*.deb

On other Linux distros

$ cmake .. -DCMAKE_INSTALL_PREFIX=/home/user/pmdk-convert-bin
$ make
$ make install

On Windows

PS> cmake .. -G "Visual Studio 14 2015 Win64"
PS> msbuild build/ALL_BUILD.vcxproj

To build pmdk-convert on Windows 8 you have to specify your SDK version in the cmake command i.e.

PS> cmake .. -G "Visual Studio 14 2015 Win64" -DCMAKE_SYSTEM_VERSION="10.0.26624"

About

Conversion tool for pmdk pools

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:CMake 47.4%Language:C 28.9%Language:Shell 11.8%Language:Perl 11.1%Language:Roff 0.7%Language:GDB 0.1%