Cheatsheet: Difference between revisions

imported>Mib
m Fix indentation in code example
Jopejoe1 (talk | contribs)
m Convert Markdown link to mediawiki link
Line 166: Line 166:
=== Reuse a package as a build environment ===
=== Reuse a package as a build environment ===
As packages already contains all build dependencies, they can be reused to a build environment quickly.
As packages already contains all build dependencies, they can be reused to a build environment quickly.
In the following a setup for the cmake-based project [bcc](https://github.com/iovisor/bcc) is shown.
In the following a setup for the cmake-based project [https://github.com/iovisor/bcc bcc] is shown.
After obtaining the source:
After obtaining the source: