Documentation for end-users

Notation of compiler dependency and addition of binaries to $PATH
This commit is contained in:
Brad Czerniak
2015-02-25 11:08:15 -05:00
parent 4e48243b3a
commit 97e33a1736
+4
View File
@@ -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 reconstructed into a working font, the reference decompression code is not
done, and the exact format of that bytestream is subject to change. done, and the exact format of that bytestream is subject to change.
The build process depends on the g++ compiler.
## Build ## Build
On a standard Unix-style environment: On a standard Unix-style environment:
@@ -27,6 +29,8 @@ make clean all
## Run ## Run
Ensure the binaries from the build process are in your $PATH, then:
``` ```
woff2_compress myfont.ttf woff2_compress myfont.ttf
woff2_decompress myfont.woff2 woff2_decompress myfont.woff2