Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added missing install command

...

Code Block
cd ~/
bzr co lp:goby
cd goby
sudo ./DEPENDENCIES ubuntu

cmake -D build_apps=OFF .
make -j4

sudo make install

6) Download and build hovergroup svn:

...