@@ -24,15 +24,23 @@ This application was created by Eike Cochu for his master's degree thesis in com
The following steps were reproduced in that order on a fully updated Ubuntu 15.10 virtual system to create a fully operational development environment for the Vipra projects. These steps are only required for project development. If you want to create a virtual machine for development, create a hard drive with at least 10 GB in size.
# gulp needs a node executable, ubuntu only creates a nodejs executable
sudo ln-s /usr/bin/nodejs /usr/bin/node
bower inst
```
if watchman will be used (see below) additional packages are required for building watchman from source
...
...
@@ -68,7 +76,7 @@ The following steps were reproduced in that order on a fully updated Ubuntu 15.1
./build.sh
```
6. Build dtm binaries. The repository was added to the vipra project because the original repository is/was hosted on [Google Code](https://code.google.com/archive/p/princeton-statistical-learning/downloads). Refer to dtm_release/README if problems during the build arise.
6. Build **dtm binaries**. The repository was added to the vipra project because the original repository is/was hosted on [Google Code](https://code.google.com/archive/p/princeton-statistical-learning/downloads). Refer to dtm_release/README if problems during the build arise.