Skip to content

Commit

Permalink
Document the build options for "mk"
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kruger authored and e9gille committed May 17, 2023
1 parent bf59977 commit 246649a
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository.

**Option 2:** Build RIDE from source:

install [Git](https://git-scm.com/downloads) and [NodeJS v16.17.1](https://nodejs.org/download/release/v16.17.1/)
Install [Git](https://git-scm.com/downloads) and [NodeJS v16.17.1](https://nodejs.org/download/release/v16.17.1/)

git clone https://github.com/dyalog/ride --depth=1
cd ride
Expand All @@ -21,4 +21,23 @@ install [Git](https://git-scm.com/downloads) and [NodeJS v16.17.1](https://nodej
node mk dist # build native apps under _/ride${version}/
node mk c # cleans your build directory

`node mk dist` builds for all platforms.

You can also build platforms separately:

node mk {CODE}

where `{CODE}` is one of

|CODE|OS |ARCH |
|----|---------|------|
|w | win32 |ia32 |
|l | linux |x64 |
|o | darwin |x64 |
|oa | darwin |arm64 |
|m | mas |x64 |
|ma | mas |arm64 |
|a | linux |armv7l|


(`#` starts a comment)

0 comments on commit 246649a

Please sign in to comment.