-
Notifications
You must be signed in to change notification settings - Fork 3
Windows user build guide
In this page you will find all the necessary resources and information that will enable you to run the SmartRover™ frontend app and SMCE-gd emulator sketch to experience the Mars environment and sensation of driving a rover on our neighboring planet. This page would help you to solve all your questions regarding the installation of the each and every software needed to start exploring and we will try to reference other relevant libraries and dependencies to expend the resources further.
1. Install SMCE-gd Emulator (Courtesy Of ItJustWorksTM)
Recommendation is to use Chocolatey as a Manager
For installing the package manager and dependencies start by opening Power Shell in Administrative Mode.
Use the following commands in Power Shell as Administrator
choco install cmake -y --installargs 'ADD_CMAKE_TO_PATH=System'
choco install arduino-cli openssl -y
choco install visualstudio2019buildtools -y --package-parameters "--add Microsoft.VisualStudio.Workload.VCTools --includeRecommended --passive --locale en-US"
Once done, go to SMCE-gd emulator's releases page, and download the latest .msi
installer. Run it, disregarding SmartScreen security warning (see this picture if you do not know how to ignore SmartScreen once).
Dare mighty things™