To build the repository, you need these tools/ applications,
- GitHub Desktop/ GitBash.
- Visual Studio (we recommend using 2019) with the C++ workloads installed.
- Premake5.
After installing all of them (which are required), clone the repository to a local directory either using GitHub Desktop or GitBash. The run the GenerateProjects.bat
file to create the required solution files. Then open the Ensound.sln
file in Visual Studio.
Select the required configuration (Release
or Debug
) and build the Ensound
project. The output files will be stored at `Builds/Binaries/Ensound/" directory.
The Ensound codebase is licensed under Apache v2.0.