Skip to content

Commit

Permalink
[README.md] v1.8.3.2 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Sep 21, 2020
1 parent 3a030ea commit 0db61ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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.

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).
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.15 using [the Travis CI service](https://travis-ci.org/source-foundry/ttfautohint-build).

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

Expand Down Expand Up @@ -40,9 +40,9 @@ $ make
### cURL Approach

```
$ curl -L -O https://github.com/source-foundry/ttfautohint-build/archive/v1.8.3.1.tar.gz
$ tar -xzvf ttfautohint-build-1.8.3.1.tar.gz
$ cd ttfautohint-build-1.8.3.1
$ curl -L -O https://github.com/source-foundry/ttfautohint-build/archive/v1.8.3.2.tar.gz
$ tar -xzvf ttfautohint-build-1.8.3.2.tar.gz
$ cd ttfautohint-build-1.8.3.2
$ make
```

Expand Down

0 comments on commit 0db61ad

Please sign in to comment.