4
edits
| Line 37: | Line 37: | ||
This is the easiest way to setup a Webmaker dev environment on Ubuntu Linux. | This is the easiest way to setup a Webmaker dev environment on Ubuntu Linux. | ||
# Install git and a C/C++ toolchain with <code>sudo apt-get -y -q install git g++</code> | # Install git and a C/C++ toolchain with <code>sudo apt-get -y -q install git g++ make pkg-config</code> | ||
# Install the Java Development Kit with <code>sudo apt-get -y -q install openjdk-7-jre-headless</code> | # Install the Java Development Kit with <code>sudo apt-get -y -q install openjdk-7-jre-headless</code> | ||
# Install the MongoDB server | # Install the MongoDB server | ||
edits