Linux: Compiling and Installing Source Code from the Terminal
Revision as of 18:54, 9 May 2021 by Bs (talk | contribs) (Bs moved page Linux: Compiling and Installing Source Code to Linux: Compiling and Installing Source Code from the Terminal without leaving a redirect)
Compiling and Installing Source Code in Ubuntu
- Acquire the source code, and untar it if need be. See Linux: Acquiring Source Code
- Ensure the root directory and its subdirectories and files have the access permissions set correctly. i.e. not read-only.
- Enter the command below from the sources root directory, breaking up the three individual commands if needed.
sudo ./configure && make && make install