From 1d3b12bf2f45f196c3c0621b16ce5450d92b2a46 Mon Sep 17 00:00:00 2001 From: sfrembling Date: Sun, 22 Mar 2026 18:03:12 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c2372ac..881b276 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ Pallet is a project manager and build system for C inspired by Rust's Cargo. This is a toy project not meant to be taken very seriously. +## Requirements for Use + +[GCC](https://en.wikipedia.org/wiki/GNU_Compiler_Collection) is required as it is currently the back-end tool used to compile the C code. + +This tool calls `gcc` internally, so without it, it would fail. + +At some point I would like to update `Pallet.toml` to instead allow more configuring of how the build should be performed. + ## Usage - `pallet new `: initializes a new project at `project`