From c0934b826c78e480e38f2c28123f18cb61eeba39 Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Wed, 23 Aug 2017 20:55:09 +1000 Subject: [PATCH] Mention shaders in our install instructions. If we're going to lug them around, we might as well use them. --- docs/install/linux.md | 4 ++++ docs/install/windows.md | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/docs/install/linux.md b/docs/install/linux.md index 8c5ff231..712fe359 100644 --- a/docs/install/linux.md +++ b/docs/install/linux.md @@ -72,6 +72,10 @@ as described in the previous section: to install icarus and its game database 4. Type `make -C higan install` and press Enter to install higan and its supporting files + 5. If the higan source includes a `shaders` subdirectory, + type `make -C shaders install` + to install the example + [video shaders](../guides/shaders.md). This installs higan and its associated data files into the `~/.local` directory hierarchy. diff --git a/docs/install/windows.md b/docs/install/windows.md index 6daefdd1..813caa18 100644 --- a/docs/install/windows.md +++ b/docs/install/windows.md @@ -124,6 +124,12 @@ Installing a compiled build on Windows 5. Copy all the `*.sys` folders in `C:\higan-src\higan\systems` into the new folder + 6. If the higan source includes a `shaders` folder, + make another new folder named `Video Shaders` + inside the new folder, + and copy all the `*.shader` folders + from `C:\higan-src\shaders\` + into the `Video Shaders` folder. The new folder should now contain `icarus.exe`,