Skip to content

Commit

Permalink
[SOL] Update README with info
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Apr 28, 2024
1 parent 69c71c3 commit d6e5f4b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# bootstrap-zig-solana

This repo bootstraps the Zig compiler against the Solana fork of LLVM, which
allows you to build Solana on-chain programs.

## Getting started

Fetch the Solana fork of LLVM, managed as a submodule:

```console
git submodule update --init --recursive
```

Targets known to work:

* x86_64-linux-gnu
* x86_64-windows-gnu
* x86_64-macos-none
* aarch64-linux-gnu
* aarch64-macos-none

The repo's original README follows:

# bootstrap-zig

The purpose of this project is to start with minimum system dependencies and
Expand Down

0 comments on commit d6e5f4b

Please sign in to comment.