summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2013-10-11 14:31:05 +0100
committerNick White <git@njw.me.uk>2013-10-11 14:31:05 +0100
commit3357cde96f91738e69617ae65165209ca9f504c6 (patch)
treee04848c8e62e5101a505c61a6a061d525e6c7293 /README
parent5d0c5974e2655a6f66153bffb67c9346c2c4a589 (diff)
downloadoed2dict-3357cde96f91738e69617ae65165209ca9f504c6.tar.bz2
oed2dict-3357cde96f91738e69617ae65165209ca9f504c6.zip
Make progress systematically tackling all entities/symbols
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index eaeab74..af81ead 100644
--- a/README
+++ b/README
@@ -24,11 +24,15 @@ Install
- To install the dictionary for dictd, run 'make install'
-Note
-----
+Notes
+-----
The dictionary included in v3 is the same as v4, but with v4 the
OED started encrypting the dictionary files. They probably wouldn't
be difficult to decrypt, but I haven't the time or inclination to
do so. If anyone wants to, let me know how you get on and I'll
very happily incorporate support for it.
+
+If your version of make supports it, and you have multiple CPUs, you
+can use 'make -j' instead of 'make' to significantly speed up the
+build process.