set up assembly structure

This commit is contained in:
Stefan Sitani 2017-12-14 10:57:30 +01:00
parent 048353c1d9
commit f285d25942
No known key found for this signature in database
GPG key ID: DF5A515DAEB19811
2 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,18 @@
:md: ./modules
= Installing Software from Source
[[installing-software-from-source]]
The following section contains guidelines and best practices for installing software form source on Fedora.
The instructions below are not prescriptive, but following them minimizes the risk of errors occurring during installation.
// include package management concept
include::{md}/concept_fedora-package-management.adoc[leveloffset=2]
// proc: downloading application source code
// proc: setting up a development and compilation environment
// - this includes installing missing dev packages using DNF
// proc: installing the software using make