Skip to content

windows

Olga Naumenko edited this page May 17, 2023 · 3 revisions

Install UnitTestBot C/C++ server: if you have Windows

To install the UnitTestBot C/C++ server, you need Ubuntu 18.04–20.04. If you have a Windows machine, you have two options.

To use Windows Subsystem for Linux (WSL):

  1. Set up WSL with Ubuntu 18.04
  2. Install the required dependencies and the compiler
  3. Install the UnitTestBot C/C++ server

To use Docker via WSL:

  1. Set up WSL with Ubuntu 18.04
  2. Set up Docker on WSL and run a container with Ubuntu 18.04
  3. Install the required dependencies and the compiler
  4. Install the UnitTestBot C/C++ server

Having installed the server, proceed to installing the client.

Clone this wiki locally