Comment 2 for bug 1685982

Revision history for this message
LĂ©onard G (leonard-gerard) wrote :

I am not sure I understand what you are saying.

When building from sources, using Autotools to locally install one would do
```
./configure
make install
```
This will not install the CMake helper scripts, but doing (in source for simplicity)
```
cmake .
make install
```
will install everything the previous method would plus the useful CMake stuff.

Since I am not sure how to find out how the deb package is created (not seeing it in their github page), I assume that you are saying that the deb package is generated with Autotools?