aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kuettel <kuettel@google.com>2013-04-12 15:37:36 -0700
committerDavid Kuettel <kuettel@google.com>2013-04-12 15:37:36 -0700
commitc3f8753bee8c860d4041bc500bea53763574ce60 (patch)
treeb83e84b115ba8ec09d5278b47646b1dcabb6571c
parentf932d9cbf59ec31f6144838ce047027d94f1382b (diff)
downloadsrc-c3f8753bee8c860d4041bc500bea53763574ce60.tar.gz
Remove stale references to /usr/bin/lzma, etc
-rw-r--r--README4
1 files changed, 0 insertions, 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