...
Code Block |
---|
cd ~/ svn co https://oceanai-mit-edu.ezproxyberklee.flo.org/svn/moos-ivp-aro/releases/moos-ivp-12.11-beta moos-ivp |
3) Build MOOS by running ccmake followed by make in each of the following directories. The listed settings should be used when running cmake.
...
MOOSCore
with the following commands:
Code Block |
---|
cd ~/moos-ivp/MOOS/MOOSCore cmake -D DISABLE_NAMES_LOOKUP |
...
ON
...
=ON -D USE_ASYNC_COMMS |
...
ON
...
MOOSEssentials
...
...
...
MOOSGeodesy
...
...
...
MOOSToolsUI
=ON . make -j4 cd ../MOOSEssentials cmake . make -j4 cd ../MOOSGeodesy cmake . make -j4 cd ../MOOSToolsUI cmake -D BUILD_GRAPHICAL_TOOLS |
...
=ON .
make -j4
|
4) Build MOOS-IvP using the same steps in the directory moos-ivp/ivp/src. Set IVP_BUILD_GUI_CODE to ON.
...
6) Download and build hovergroup svn:
Code Block |
---|
cd ~/ svn checkout https://hovergroup.googlecode.com/svn/trunk/ hovergroup |
...