From c3f8753bee8c860d4041bc500bea53763574ce60 Mon Sep 17 00:00:00 2001 From: David Kuettel Date: Fri, 12 Apr 2013 15:37:36 -0700 Subject: [PATCH] Remove stale references to /usr/bin/lzma, etc --- README | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README b/README index 88dd8fa..a1b4f63 100644 --- a/README +++ b/README @@ -11,10 +11,6 @@ done, and the exact format of that bytestream is subject to change. == Building the tool == On a standard Unix-style environment, it should be as simple as running “ant”. -A couple of paths to compression subprocesses are hardcoded in -CompressionRunner.java, namely “usr/bin/lzma” and “/bin/bzip2”. These are the -default locations in Ubuntu, but if they’re elsewhere on your system, you’ll -need to change that. The tool depends on sfntly for much of the font work. The lib/ directory contains a snapshot jar. If you want to use the latest sfntly sources, then cd