From c4b6c10ed06d05d8dd701f20fedd91fabbcf17c0 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sat, 7 Sep 2019 12:56:11 -0700 Subject: readme & contrib: info on building --- CONTRIBUTING.md | 5 +++++ README.md | 10 ++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 92a6a31e8..87077f3b4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,6 +59,7 @@ There are two ways of using the toolchain: - `dockermake` — a [prebuild Docker image](https://cloud.docker.com/u/rsms/repository/docker/rsms/inter-build) containing the complete toolchain is used. This is the easiest and quickest way to build Inter. Supports any platform that can run Docker, like Windows, macOS and Linux. - locally — setup the toolchain locally using `init.sh` and then build using make. Only supports macOS and Linux. + #### Using dockermake `dockermake` is simply `make` running in a docker image with the complete toolchain preinstalled. @@ -73,6 +74,10 @@ misc/fontbuild instancegen src/Inter.designspace SemiBoldItalic ... ``` +Note: If you have used dockermake in the past, run `docker pull rsms/inter-build:latest` to +ensure you have the latest version cached locally. + + #### Local toolchain Currently the toolchain has only been tested on macOS and Linux. All you need to have preinstalled is [Python 3](https://www.python.org/downloads/). diff --git a/README.md b/README.md index d3384e3b9..9177a8b15 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,10 @@ Translating between EM units and pixels: There's a Figma workspace for glyphs, with configured metrics: ["Inter glyphs"](https://www.figma.com/file/RtScFU5NETY3j9E0yOmnW4gv/) -## See also +## Development -- [Contributing](CONTRIBUTING.md) -- [Compiling font files](CONTRIBUTING.md#compiling-font-files) -- [SIL Open Font License](LICENSE.txt) +For instructions on how to work with the source files and how to +[compile & build font files](CONTRIBUTING.md#compiling-font-files), +refer to [CONTRIBUTING.md](CONTRIBUTING.md). + +Inter is licensed under the [SIL Open Font License](LICENSE.txt) -- cgit v1.2.3