Jelajahi Sumber

Readme: add more info to Windows deps

Yuxiao Mao 6 bulan lalu
induk
melakukan
15059beec5
1 mengubah file dengan 5 tambahan dan 0 penghapusan
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -51,6 +51,11 @@ Open `hl.sln` using Visual Studio C++ and compile.
 
 To build all of HashLink libraries it is required to download several additional distributions, read each library README file (in hashlink/libs/xxx/README.md) for additional information.
 
+In short you'll probably need:
+
+- [SDL2-devel](https://github.com/libsdl-org/SDL/releases/download/release-2.30.12/SDL2-devel-2.30.12-VC.zip), extract to `<hashlink>/include/sdl`
+- [openal-soft](https://github.com/kcat/openal-soft/releases/download/1.23.1/openal-soft-1.23.1-bin.zip), extract to `<hashlink>/include/openal`
+
 ## Debugging
 
 You can debug Haxe/HashLink applications by using the [Visual Studio Code Debugger](https://marketplace.visualstudio.com/items?itemName=HaxeFoundation.haxe-hl)