Skip to content

Commit

Permalink
clarify compilation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Nelson committed Nov 26, 2023
1 parent 85df2df commit 4a500e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Requirements

This program requires C++20 or higher.
This program requires C++20 or higher, and g++.

## Compilation

Expand All @@ -25,7 +25,7 @@ mkdir obj
make
```

In addition to C++20, Windows requires a special means to run the provided makefile. The MinGW Package Manager provides a lightweight make function. It is recommended to follow [this guide](https://linuxhint.com/run-makefile-windows/), however any method for compiling C++ should suffice.
In addition to C++20 and g++, Windows requires a special means to run the provided makefile. The MinGW Package Manager provides a lightweight make function. It is recommended to download MinGW [here](https://sourceforge.net/projects/mingw/), and follow [this guide](https://linuxhint.com/run-makefile-windows/) for installation, however any method for compiling C++ using g++ should suffice.

## Usage

Expand Down

0 comments on commit 4a500e3

Please sign in to comment.