Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoHao committed Mar 7, 2020
1 parent 97e6324 commit 994880a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,18 @@ regionalVariant = {
}
```

Then, run `python configure.py` to generate `Makefile`.

### Build Your Flavor

Prepare submodules:
```bash
git submodule update --init --recursive
```

Run `configure.py` to generate Makefile.
```bash
python configure.py
```

Put Source Han Sans OTF files to `source/shs/`. Then, run
```bash
make -j<threads> IDH_JOBS=<threads>
Expand Down

0 comments on commit 994880a

Please sign in to comment.