Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 933 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 933 Bytes

Build

The Phosphor Standard Library

The standard library for the Phosphor programming language.

External Dependencies

You need the following present on your system to compile the standard library:

Compilation

To compile the standard library you only need to run the build script with the target as parameter:

./build.sh <target>

For example Linux on Amd64:

./build.sh linuxAmd64

You can get an overview over all possible targets with help:

./build.sh --help

After that, the standard library file standardLibrary.a and the header files can be found in the bin/<target> folder.