README.md
This commit is contained in:
parent
9d66c12590
commit
c86a67d06c
@ -35,7 +35,7 @@ cd DPP
|
|||||||
cmake -B ./build
|
cmake -B ./build
|
||||||
cmake --build ./build -j4
|
cmake --build ./build -j4
|
||||||
cd ..
|
cd ..
|
||||||
git clone https://git.indoodle.com/oomer/poomer-discord-helloworld.git
|
git clone https://git.indoodle.com/jason/poomer-discord-helloworld.git
|
||||||
cd poomer-discord-helloworld
|
cd poomer-discord-helloworld
|
||||||
```
|
```
|
||||||
For a prototype app we can just dump the stb headers right into the helloworld dir for simplicity
|
For a prototype app we can just dump the stb headers right into the helloworld dir for simplicity
|
||||||
@ -43,4 +43,4 @@ For a prototype app we can just dump the stb headers right into the helloworld d
|
|||||||
curl -LO https://raw.githubusercontent.com/nothings/stb/master/stb_image.h
|
curl -LO https://raw.githubusercontent.com/nothings/stb/master/stb_image.h
|
||||||
curl -LO https://raw.githubusercontent.com/nothings/stb/master/stb_image_write.h
|
curl -LO https://raw.githubusercontent.com/nothings/stb/master/stb_image_write.h
|
||||||
make all -j4
|
make all -j4
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user