Skip to content

Commit

Permalink
INSTALL: fixed headings
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Dec 1, 2024
1 parent ba2bc16 commit f18c13c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
### Installing from Source
# Installing from Source

> [!CAUTION]
> This document explains how to build Poac from source. Building from source is not recommended unless you are familiar with the process. If your goal is simply to install Poac, refer to the [README.md](README.md) instead.
You will require the following compilers, commands, and libraries:

#### Compilers (that support C++20)
## Compilers (that support C++20)

* GCC: `12` or later
* Clang: `16` or later
* Apple Clang: provided by `macOS Ventura (13)` or later

(generally, the latest 3 versions are supported to build Poac.)

#### Commands
## Commands

* GNU Make
* Git
Expand All @@ -23,7 +23,7 @@ You will require the following compilers, commands, and libraries:
* mkdir
* rm

#### Libraries
## Libraries

* fmt: `>=8.1.1 && <12`
* `libfmt-dev` on APT (Debian/Ubuntu)
Expand Down

0 comments on commit f18c13c

Please sign in to comment.