mirror of
https://github.com/nickmqb/wyre.git
synced 2025-12-06 02:30:42 -08:00
Clarify build steps
This commit is contained in:
parent
16d677b6da
commit
ac4ed5c64d
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ You can choose between the following two options:
|
||||||
### From .mu source
|
### From .mu source
|
||||||
|
|
||||||
1. [Install the Muon compiler](https://github.com/nickmqb/muon/blob/master/docs/getting_started.md).
|
1. [Install the Muon compiler](https://github.com/nickmqb/muon/blob/master/docs/getting_started.md).
|
||||||
1. Clone this repo
|
1. Clone this repo. When choosing a local path, ensure that the muon and wyre repos are in the same directory. Alternatively, edit [compiler/wyre.args](../compiler/wyre.args) and update the Muon standard library path before building.
|
||||||
1. Go to the compiler directory (in this repo)
|
1. Go to the compiler directory (in this repo)
|
||||||
1. Compile .mu sources: `mu --args wyre.args`
|
1. Compile .mu sources: `mu --args wyre.args`
|
||||||
1. Use a C compiler to compile wyre.c. E.g.:
|
1. Use a C compiler to compile wyre.c. E.g.:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue