Improve setup options in readme.

master
SilverNexus 2021-05-15 15:05:00 -04:00
parent 64d4e7d54c
commit 5149953592
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,7 @@ Changes for top of trunk
------------------------ ------------------------
2021-05-15 Daniel Hawkins 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. * 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 2021-05-06 Daniel Hawkns
* flesh/goblin/goblin_hand.rtro.111.png: Provide face for new goblin hand image. * flesh/goblin/goblin_hand.rtro.111.png: Provide face for new goblin hand image.

View File

@ -1,6 +1,9 @@
How to install the retro image set into an existing server: 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. 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. 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. This will copy the compiled image file to the installed data directory.