star-build

Automation tool for project installation
git clone git://git.meso-star.fr/star-build.git
Log | Files | Refs | README | LICENSE

commit 17b1dbeccb01ac525f4496e965629e67ecd2bdfe
parent 2385e69657b58607f99070706a95fb3c6d99113f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Sun, 14 May 2023 21:39:36 +0200

Fix a typo in the README file

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -5,7 +5,7 @@ dependencies from source code. Pre-compiled binaries can also be deployed. ## Requirements -To use StarBbuild you need a POSIX implementation of make and a POSIX compliant +To use Star-Build you need a POSIX implementation of make and a POSIX compliant shell. The remaining dependencies depend on the programs and libraries to be build and installed. However, you can assume that the `curl`, `git`, `sha512sum` and `tar` utilities must be installed, as well as a C99 compiler