From 01f5a26aa6ef5b65434606c8b79d09a8ba9ab84c Mon Sep 17 00:00:00 2001 From: Lauchmelder Date: Tue, 21 Dec 2021 15:27:02 +0100 Subject: [PATCH] updated readme --- README.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 88e92dc..d13cac0 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,15 @@ Hopefully eventually a neat little realtime 3D audio visualizer. +DSP is hard. +## How to build +Initialize and update the submodule `vendor/imgui`. +If you don't have GLFW and GLM installed on your machine (e.g. because you're on windows or because you can't be bothered), initialize and update `vendor/glfw` and `vendor/glm` as well to build from source. - - - - - - - - - - - - -DSP is hard \ No newline at end of file +After that perform the following commands to generate build files +``` +mkdir build +cd build +cmake .. +``` \ No newline at end of file