mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-28 14:56:35 +00:00
set up assembly structure
This commit is contained in:
parent
048353c1d9
commit
f285d25942
2 changed files with 30 additions and 0 deletions
18
en-US/installing-software-from-source.adoc
Normal file
18
en-US/installing-software-from-source.adoc
Normal 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
|
12
en-US/modules/concept_fedora-package-management.adoc
Normal file
12
en-US/modules/concept_fedora-package-management.adoc
Normal file
|
@ -0,0 +1,12 @@
|
|||
[[package-management-system]]
|
||||
= Package management system
|
||||
|
||||
Fedora is a distribution that uses a package management system. This
|
||||
system is based on the http://rpm.org[RPM Package Manager], with
|
||||
several higher-level tools built on top of it, most notably
|
||||
https://www.freedesktop.org/software/PackageKit/[PackageKit] (the default
|
||||
GUI package management tool) and the link:Yum[yum] (command line tool).
|
||||
As of Fedora 22, yum has
|
||||
been replaced by link:Dnf[ dnf].
|
||||
The Gnome Package Manager is another
|
||||
GUI package manager.
|
Loading…
Reference in a new issue