diff --git a/README.md b/README.md index d937c62..13ee5c7 100644 --- a/README.md +++ b/README.md @@ -153,12 +153,13 @@ and uses the header-only library [`Termin8or`](https://github.com/razterizer/Ter These libs are expected to be located in checkout dirs with the same names and next to each other. Like this: ```xml -//Core -//TrainOfThought ; Used by `WaveformHelper.h`. -//AudioLibSwitcher_OpenAL ; Needed for now, but in the future you will be able to choose. -//3rdparty_OpenAL ; Windows only. The OpenAL-Soft libs/dlls necessary for the **Windows** build. -//3rdparty_libsndfile ; Windows only. The libsndfile libs/dlls necessary for `WaveformIO.h` to work on windows. -//Termin8or ; Only for the demos. +/lib/Core/ +/lib/TrainOfThought/ ; Used by `WaveformHelper.h`. +/lib/AudioLibSwitcher_OpenAL/ ; Needed for now, but in the future you will be able to choose. +/lib/3rdparty_OpenAL/ ; Windows only. The OpenAL-Soft libs/dlls necessary for the **Windows** build. +/lib/3rdparty_libsndfile/ ; Windows only. The libsndfile libs/dlls necessary for `WaveformIO.h` to work on windows. +/lib/Termin8or/ ; Only for the demos. +/lib/8Beat/ ``` where `` is where you normally put your git repos and `` is recommended to be "`lib`" but can be named something different or left out all-together. However, the following programs requires them to be located in a sub-folder called "`lib`" or else these programs will not build: * [`Pilot_Episode`](https://github.com/razterizer/Pilot_Episode)