logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install doctest. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

doctest Installation Guide

How to install doctest. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for doctest. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i doctest
or

Install via npx

npx @hexmos/ipm i doctest

Prerequisites

git

binary

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install via Alpine Linux

apk add --no-cache doctest

Install via Arch Linux / AUR

yay -S --noconfirm doctest

Install via Debian/Ubuntu/Kali/PureOS

sudo apt-get install -y doctest-dev

Install via Fedora

sudo dnf install -y doctest-devel

Install via openSUSE

sudo zypper --non-interactive install doctest-devel

Install via FreeBSD

sudo pkg install -y doctest

Install via Nix

nix-env -iA nixpkgs.doctest

Install via Homebrew (macOS)

brew install doctest

Install via MSYS2 (Clang64)

pacman -S --noconfirm mingw-w64-clang-x86_64-doctest

Install via MSYS2 (MinGW x86_64)

pacman -S --noconfirm mingw-w64-x86_64-doctest

Install via MSYS2 (UCRT64)

pacman -S --noconfirm mingw-w64-ucrt-x86_64-doctest

Install via MSYS2 (MSYS x86_64)

pacman -S --noconfirm doctest

Install via Void Linux

sudo xbps-install -y doctest

Install via Gentoo

sudo emerge --ask=n dev-cpp/doctest

Install from Source

git clone https://github.com/doctest/doctest.git

cd doctest