From 51499535921136caab6c08263ccaf89d61a591ca Mon Sep 17 00:00:00 2001 From: SilverNexus Date: Sat, 15 May 2021 15:05:00 -0400 Subject: [PATCH] Improve setup options in readme. --- ChangeLog.rtro | 1 + README.rtro | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.rtro b/ChangeLog.rtro index ae323ea..2066b2c 100644 --- a/ChangeLog.rtro +++ b/ChangeLog.rtro @@ -3,6 +3,7 @@ Changes for top of trunk ------------------------ 2021-05-15 Daniel Hawkins * armour/gauntlets/gloves_cloth.rtro.111.png: Derive a 24x24 image from the svg of the new cloth gloves item. + * README.rtro: Update setup instructions to have additional options for putting the retro face set with other arches. 2021-05-06 Daniel Hawkns * flesh/goblin/goblin_hand.rtro.111.png: Provide face for new goblin hand image. diff --git a/README.rtro b/README.rtro index fc5fb99..d8b0c2f 100644 --- a/README.rtro +++ b/README.rtro @@ -1,6 +1,9 @@ How to install the retro image set into an existing server: -1. Apply image_info.patch and merge the folders of images into an existing arch directory. +1. Apply image_info.patch and do one of the following: + a) merge the folders of images into an existing arch directory + b) create a subfolder in the mainline arch folder and copy the folder structure of this into it + c) create a symlink in the mainline arch folder to this repository [best for version-controlled builds] 2. Ensure that there is a link to arch (or your arch folder is directly stored) in the lib folder. 3. Run `make` and `make install` with appropriate permissions at the top level of the server. This will copy the compiled image file to the installed data directory.