This is an old revision of the document!


The source code for various parts of the SaC-ecosystem can be found in our public repositories on github/SacBase.

If you prefer you can compile the Stdlib from source instead of using the binary release above. The source code can be found at SacBase/Stdlib. Instructions to build and install the standard library are provided.

Normally, the install of the stdlib should work fine in which case may want to proceed to the demos.

If you are curious about the details on where the built modules are actually stored or on how platform dependent versions are created and kept apart you can read up about cross compilation and the SBI (SaC Binary Interface).