mirror of
https://github.com/uowuo/abaddon.git
synced 2024-11-10 06:00:10 +00:00
include note to copy resources in build steps (#223)
This commit is contained in:
parent
67b23abbd4
commit
5288694563
@ -64,6 +64,7 @@ the result of fundamental issues with Discord's thread implementation.
|
||||
3. `mkdir build && cd build`
|
||||
4. `cmake -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo ..`
|
||||
5. `ninja`
|
||||
6. [Copy resources](#resources)
|
||||
|
||||
#### Mac:
|
||||
|
||||
@ -72,6 +73,8 @@ the result of fundamental issues with Discord's thread implementation.
|
||||
3. `mkdir build && cd build`
|
||||
4. `cmake ..`
|
||||
5. `make`
|
||||
6. [Copy resources](#resources)
|
||||
|
||||
|
||||
#### Linux:
|
||||
|
||||
@ -94,6 +97,7 @@ the result of fundamental issues with Discord's thread implementation.
|
||||
3. `mkdir build && cd build`
|
||||
4. `cmake ..`
|
||||
5. `make`
|
||||
6. [Copy resources](#resources)
|
||||
|
||||
### Downloads:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user