updated readme
This commit is contained in:
parent
f02b7f76cf
commit
01f5a26aa6
23
README.md
23
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
|
||||
After that perform the following commands to generate build files
|
||||
```
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
```
|
Loading…
Reference in a new issue