From 97e33a17363dfded50cf10e77571dea3281638b4 Mon Sep 17 00:00:00 2001 From: Brad Czerniak Date: Wed, 25 Feb 2015 11:08:15 -0500 Subject: [PATCH] Documentation for end-users Notation of compiler dependency and addition of binaries to $PATH --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ea55a36..e8a3f65 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ writing, the code, while it is intended to produce a bytestream that can be reconstructed into a working font, the reference decompression code is not done, and the exact format of that bytestream is subject to change. +The build process depends on the g++ compiler. + ## Build On a standard Unix-style environment: @@ -27,6 +29,8 @@ make clean all ## Run +Ensure the binaries from the build process are in your $PATH, then: + ``` woff2_compress myfont.ttf woff2_decompress myfont.woff2