From 8c832c145bad4970a8e789515a9e54f005875bfb Mon Sep 17 00:00:00 2001 From: Bobby Dilley Date: Wed, 28 Dec 2022 13:36:42 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7051756..b3beed4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ sudo apt-get install libstdc++5:i386 ## Building & Running -To build simply run the makefile, and then copy the contents of the build directory into your game directory and run. +To build run the makefile, and then copy the contents of the build directory into your game directory and run. ``` make @@ -29,6 +29,8 @@ cd ~/the-house-of-the-dead-4/disk0/elf LD_PRELOAD=lindbergh.so LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./hod4M.elf ``` +It is likely that the games will require various other libraries from the Lindbergh system such as 'libkswapapi.so' and 'libposixtime.so'. These can be found in any dumps of the Lindbergh CF image. + A default configuration file is provided in `docs/lindbergh.conf`. It should be placed in the same folder as the game is run from. If no config file is present a default setting will be used. ## Thanks