Scripted Compilation on Linux Debian/Ubuntu: Difference between revisions

Jump to navigation Jump to search
remove subversion entries since dnc doesn't use/need svn
(add prerequisites section since dnc doesn't automatically pull these needed tools if they are not already installed.)
(remove subversion entries since dnc doesn't use/need svn)
Line 23: Line 23:
* build-essential
* build-essential
* git
* git
* subversion
* cmake
* cmake
* automake
* automake
Line 29: Line 28:
They can be installed quite simply by running the following command line.
They can be installed quite simply by running the following command line.


  $ sudo apt-get install build-essential git subversion cmake automake
  $ sudo apt-get install build-essential git cmake automake


Once these tools are installed, the download_and_compile.sh script can be run. It will install possibly needed additional tools and libraries as it runs.
Once these tools are installed, the download_and_compile.sh script can be run. It will install possibly needed additional tools and libraries as it runs.
185

edits

Navigation menu