Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 463 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 463 Bytes

dev-tools

Development tools for HPP and JRL projects.

It is released under GPL-3. See COPYING for licensing information.

Setup

To compile this package, it is recommended to create a separate build directory:

It is recommended to create a specific directory to install this package.

mkdir _build
cd _build
../configure [options] ..
make install

Options

  • --prefix=<path> defines the installation prefix to <path>.