From 787a3037d5910efe77323259275b388195305d78 Mon Sep 17 00:00:00 2001 From: George Wu Date: Wed, 14 Mar 2018 22:17:16 +0100 Subject: [PATCH] Updated OpenAL contents in documents. --- README.md | 2 +- docs/Building.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23544ba..0062450 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Demo videos: - macOS and Linux: macOS 10.8 / Ubuntu 16.04 or later - and latest [Wine](https://wiki.winehq.org/Download) (will download `wine-mono` on launch) - [Visual C++ 2015 Runtime](https://www.microsoft.com/en-us/download/details.aspx?id=53587) -- [OpenAL](http://kcat.strangesoft.net/openal.html#download) (OpenAL-Soft): Unzip the ZIP file, rename `soft_oal.dll` in `Win32` to `openal32.dll`, and place it in the directory of MilliSim. +- OpenAL (bundled OpenAL-Soft Win32 build in newer releases) OpenGL builds (`TheaterDays.OpenGL.exe`) can run on all platforms, but it is problematic. DirectX builds (`TheaterDays.Direct3D11.exe`) can only run on Windows. diff --git a/docs/Building.md b/docs/Building.md index 893a505..b871fa7 100644 --- a/docs/Building.md +++ b/docs/Building.md @@ -11,6 +11,7 @@ - [Mono](http://www.mono-project.com/download/) (≥ 5.0) - [Node.js](https://nodejs.org/en/download/) (≥ 5.0) - [NuGet CLI](https://www.nuget.org/downloads) (≥ 4.3.0) +- [OpenAL](http://kcat.strangesoft.net/openal.html#download) (OpenAL-Soft): Unzip the ZIP file, rename `soft_oal.dll` in `Win32` to `openal32.dll`, and place it in the directory of MilliSim executable. > **Remember** to [update your Mono version](http://www.mono-project.com/download/#download-lin) and > [update your NuGet version](https://docs.microsoft.com/en-us/nuget/guides/install-nuget) before