Go to file
Ryan Heywood f435baa773
Makefile: specify linux/amd64
2024-02-25 13:47:26 -05:00
packages/sui initial commit 2024-02-21 15:24:03 -05:00
Makefile Makefile: specify linux/amd64 2024-02-25 13:47:26 -05:00
README.md initial commit 2024-02-21 15:24:03 -05:00

README.md

Sui Reproducible Builds

Uses the [StageX] software distribution for ensuring a reproducible toolchain.

Building

make sui

Starting Sui

The Sui container can be imported by running:

env -C out/sui tar -c . | docker load

To make sure Sui starts properly, run:

docker run sui

The version should be printed.