From 8aff81cbcfdad96d1b7c86003d44c790b5bf1ce9 Mon Sep 17 00:00:00 2001 From: mos_8502 Date: Fri, 22 Mar 2024 01:50:53 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e465b1..cd6c236 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # Sentinel 65X SDK -This package will provide a cross-developmnent SDK for Sentinel 65X, based around the Calypsi C compiler toolchain. This SDK will enable you to produce programs for Sentinel 65X using standard C library APIs, using a customized C library wrapped around the Sentinel 65X kernel interface. \ No newline at end of file +This package will provide a cross-developmnent SDK for Sentinel 65X, based around the Calypsi C compiler toolchain. This SDK will enable you to produce programs for Sentinel 65X using standard C library APIs, using a customized C library wrapped around the Sentinel 65X kernel interface. + +## Requirements + +In order to use the SDK, you will need to have the Calypsi toolchain installed. This can be obtained at https://github.com/hth313/Calypsi-tool-chains/releases for macOS, Linux, and Windows. + +Additionally, the SDK assumes a Unix-like suite of command-line developmnent tools, including GNU Make. \ No newline at end of file