Webmaker/Code/Dev/Environment: Difference between revisions

Jump to navigation Jump to search
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
4

edits

Navigation menu