Skip to content

Commit 2e1cfa6

Browse files
committed
[README.md] update links to v1.8.3.0
also added changes section that points to releases changelog + information about new macOS 10.14 support
1 parent 4d29dac commit 2e1cfa6

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
ttfautohint-build includes a simple, straightforward [ttfautohint](https://www.freetype.org/ttfautohint/) build from scratch approach on Linux and macOS platforms. [FreeType](https://www.freetype.org/) and [Harfbuzz](https://github.com/behdad/harfbuzz) build dependencies (at appropriate release versions) are included in the installation.
1010

11-
The build script is `ttfautohint-build.sh` (located in the root of the repository). This script is linted with `shellcheck` & `checkbashisms` and is tested for build execution completion on Linux (currently Ubuntu Trusty) and macOS v10.10-v10.13 using [the Travis CI service](https://travis-ci.org/source-foundry/ttfautohint-build).
11+
The build script is `ttfautohint-build.sh` (located in the root of the repository). This script is linted with `shellcheck` & `checkbashisms` and is tested for build execution completion on Ubuntu Linux and macOS v10.10-v10.14 using [the Travis CI service](https://travis-ci.org/source-foundry/ttfautohint-build).
1212

1313
Builds employ a simple `make` workflow that does not require super user permissions.
1414

@@ -40,9 +40,9 @@ $ make
4040
### cURL Approach
4141

4242
```
43-
$ curl -L -O https://github.com/source-foundry/ttfautohint-build/archive/v1.8.2.8.tar.gz
44-
$ tar -xzvf ttfautohint-build-1.8.2.8.tar.gz
45-
$ cd ttfautohint-build-1.8.2.8
43+
$ curl -L -O https://github.com/source-foundry/ttfautohint-build/archive/v1.8.3.0.tar.gz
44+
$ tar -xzvf ttfautohint-build-1.8.3.0.tar.gz
45+
$ cd ttfautohint-build-1.8.3.0
4646
$ make
4747
```
4848

@@ -89,6 +89,10 @@ You can then use `ttfautohint` on the command line as follows:
8989
$ ttfautohint [ttfautohint args]
9090
```
9191

92+
## Changes
93+
94+
Please see the changelog in [the project releases](https://github.com/source-foundry/ttfautohint-build/releases).
95+
9296
## License
9397

9498
[MIT License](LICENSE)

0 commit comments

Comments
 (0)