14 lines
342 B
Markdown
14 lines
342 B
Markdown
|
|
# Solstice Builder
|
||
|
|
|
||
|
|
This script and Dockerfile will build a Solstice executable, statically linked with Ground, seperate from your environment. Perfect for building release builds.
|
||
|
|
|
||
|
|
## Using
|
||
|
|
|
||
|
|
```
|
||
|
|
bash script.sh
|
||
|
|
```
|
||
|
|
|
||
|
|
Use `sudo` if your Docker requires root.
|
||
|
|
|
||
|
|
The `solstice` binary will be produced for Linux running on your host architecture.
|