quick-docs/en-US/modules/proc_downloading-source-code.adoc

23 lines
415 B
Text
Raw Normal View History

2017-12-14 14:07:36 +00:00
= Downloading the Source Code
. Navigate to the directory where you want to save the source:
+
2018-01-21 11:50:33 +00:00
[subs="+quotes"]
2017-12-14 14:07:36 +00:00
----
2018-01-21 11:50:33 +00:00
cd _<directory_name>_
2017-12-14 14:07:36 +00:00
----
+
. Download the TAR file containing the source code you want to install from:
+
2018-01-21 11:50:33 +00:00
[subs="+quotes"]
2017-12-14 14:07:36 +00:00
----
2018-01-21 11:50:33 +00:00
wget _<source_location_URL>_
2017-12-14 14:07:36 +00:00
----
+
. Extract the tarball file contents to the current working directory:
+
2018-01-21 11:50:33 +00:00
[subs="+quotes"]
2017-12-14 14:07:36 +00:00
----
2018-01-21 11:50:33 +00:00
tar -xf _<source_tar_filename>_
2017-12-14 14:07:36 +00:00
----