Skip to content

Commit

Permalink
Add info about compiler choice
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui authored Dec 26, 2023
1 parent 815418f commit 42cbe73
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,13 @@ you:~/hello_world$ poac build

Poac uses a cache since we executed the command with no changes.

> [!TIP]
> To use a different compiler, you can export a `CXX` environmental variable:
>
> ```shell
> export CXX=g++-13
> ```
### Install dependencies
Like Cargo does, Poac installs dependencies at build time. Poac currently supports only Git dependencies. You can specify dependencies like:
Expand Down

0 comments on commit 42cbe73

Please sign in to comment.