Merge branch 'master' into member-list

This commit is contained in:
ouwou
2023-09-15 20:20:36 -04:00

View File

@@ -64,6 +64,7 @@ the result of fundamental issues with Discord's thread implementation.
3. `mkdir build && cd build` 3. `mkdir build && cd build`
4. `cmake -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo ..` 4. `cmake -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo ..`
5. `ninja` 5. `ninja`
6. [Copy resources](#resources)
#### Mac: #### Mac:
@@ -72,6 +73,8 @@ the result of fundamental issues with Discord's thread implementation.
3. `mkdir build && cd build` 3. `mkdir build && cd build`
4. `cmake ..` 4. `cmake ..`
5. `make` 5. `make`
6. [Copy resources](#resources)
#### Linux: #### Linux:
@@ -94,6 +97,7 @@ the result of fundamental issues with Discord's thread implementation.
3. `mkdir build && cd build` 3. `mkdir build && cd build`
4. `cmake ..` 4. `cmake ..`
5. `make` 5. `make`
6. [Copy resources](#resources)
### Downloads: ### Downloads: