$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [CMake] what to do now?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2016-04-15 04:33:47
On 14 April 2016 at 22:36, Paul Fultz II <pfultz2_at_[hidden]> wrote:
>
> And a package manager will use the 'make install' to install the library.
>
With a system like dpkg, you just define a GNU Makefile that calls whatever
build system the software you're packaging is using.
All you need to do is put the files you want in a directory, then convert
that directory to a .deb. Whether you want to use "make install" or
anything else is up to you.