From: Martin Read Date: Tue, 21 Jan 2014 16:42:12 +0000 (+0000) Subject: Improved README slightly X-Git-Tag: printmsg-purged~31 X-Git-Url: http://git.blackswordsonics.com/?a=commitdiff_plain;h=1f9398c179220b4111903773ea0e471aea1516b0;p=victrix-abyssi Improved README slightly --- diff --git a/README.md b/README.md index 838c502..29df917 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ Victrix Abyssi's source code is copyright © 2005-2014 Martin Read, and is released under a BSD-style license as reproduced in the file LICENSE. -## Building from git - -B - ## Building from source archive When building from a packaged source archive, the traditional UNIX application installation-from-source command sequence \./configure && make all && make install should work. +## Building from git + +Building from git currently requires an additional step before invoking the usual command sequence; you must run make headergen to generate the C++ form of the permobj database and its accompanying header file. +