From 4d2c20da145889a6487297489dda37da62e10d48 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 28 Sep 2021 22:26:58 -0700 Subject: [PATCH] windows setup instructions (#22374) * windows setup instructions * sub heading * finish that sentence old-commit-hash: 22cb4546d41c898382241a982b7aab0f1b7a6f48 --- tools/README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/tools/README.md b/tools/README.md index f4774205b2..74987f4f79 100644 --- a/tools/README.md +++ b/tools/README.md @@ -4,15 +4,15 @@ openpilot tools SSH ============ -Connecting to your comma device using [SSH](ssh/README.md) +Connect to your comma device using [SSH](ssh/README.md) System requirements ============ -openpilot is developed and tested on **Ubuntu 20.04**, which is the primary development target aside from the [supported embdedded hardware](https://github.com/commaai/openpilot#supported-hardware). We also have a CI test to verify that openpilot builds on macOS, but the tools are untested. For the best experience, stick to Ubuntu 20.04, otherwise openpilot and the tools should work with minimal to no modifications on macOS and other Linux systems. +openpilot is developed and tested on **Ubuntu 20.04**, which is the primary development target aside from the [supported embdedded hardware](https://github.com/commaai/openpilot#running-on-pc). We also have a CI test to verify that openpilot builds on macOS, but the tools are untested. For the best experience, stick to Ubuntu 20.04, otherwise openpilot and the tools should work with minimal to no modifications on macOS and other Linux systems. -Setup +Setup your PC ============ 1. Clone openpilot into your home directory: ``` bash @@ -38,6 +38,12 @@ cd openpilot && scons -j$(nproc) 4. Try out some tools! +Windows +------------ + +Neither openpilot nor any of the tools are developed or tested on Windows, but the [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/about) should get Windows users a similiar experience to Ubuntu. + +Follow [these instructions](https://docs.microsoft.com/en-us/windows/wsl/install) to setup the WSL and install the `Ubuntu-20.04` distribution. Once your Ubuntu WSL environment is setup, follow the Linux setup instructions to finish setting up your environment. Tools ============