1
0
mirror of synced 2025-02-21 04:46:57 +01:00

Update readme

This commit is contained in:
Bobby Dilley 2022-12-28 12:37:32 +00:00
parent 41f071511a
commit 17bb64eadc

View File

@ -26,7 +26,7 @@ To build simply run the makefile, and then copy the contents of the build direct
make make
cp build/* ~/the-house-of-the-dead-4/disk0/elf/. cp build/* ~/the-house-of-the-dead-4/disk0/elf/.
cd ~/the-house-of-the-dead-4/disk0/elf cd ~/the-house-of-the-dead-4/disk0/elf
LD_PRELOAD=$(pwd)/lindbergh.so LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./hod4M.elf LD_PRELOAD=lindbergh.so LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./hod4M.elf
``` ```
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. 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.