quick-docs/en-US/modules/proc_downloading-source-code.adoc
2018-01-21 12:50:33 +01:00

22 lines
415 B
Text

= Downloading the Source Code
. Navigate to the directory where you want to save the source:
+
[subs="+quotes"]
----
cd _<directory_name>_
----
+
. Download the TAR file containing the source code you want to install from:
+
[subs="+quotes"]
----
wget _<source_location_URL>_
----
+
. Extract the tarball file contents to the current working directory:
+
[subs="+quotes"]
----
tar -xf _<source_tar_filename>_
----