-
Notifications
You must be signed in to change notification settings - Fork 0
PyMOOS Installation
For Windows:
To install pymoos on windows, you require the following software.
Visual Studio
CMake
git
and boost
To get pymoos on your computer, navigate to a location to store it in and enter the following commands
git clone https://github.com/themoos/core-moos.git
cd core-moos
mkdir build
cd build
cmake ../ -DENABLE_V10_COMPATIBILITY=ON
Then open the MSBuild Command Prompt available through Visual Studio and navigate to the build folder. Enter the command msbuild into the command prompt to build MOOS.
After you have done this, navigate back to the folder which contains the core-moos folder with the MOOS you just built in it. From this location enter these commands.
git clone https://github.com/davidhodo/pymoos.git
cd pymoos
mkdir build
cd build
Remaining Instruction TBA
To get pymoos on your computer, navigate to a location to store it in and enter the following commands
git clone https://github.com/themoos/core-moos.git
cd core-moos
mkdir build
cd build
cmake ../ -DENABLE_V10_COMPATIBILITY=ON
Then open the MSBuild Command Prompt available through Visual Studio and navigate to the build folder. Enter the command msbuild into the command prompt to build MOOS.
After you have done this, navigate back to the folder which contains the core-moos folder with the MOOS you just built in it. From this location enter these commands.
git clone https://github.com/davidhodo/pymoos.git
cd pymoos
mkdir build
cd build
cmake ../ -DPYTHON3_EXECUTABLE=/usr/local/bin/python3.5 -DPYTHON3_LIBRARY=/usr/lib/libpython3.5.so -DPYTHON3_INCLUDE_DIR=/usr/include/python3.5