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