mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
added valuable information to the readme
This commit is contained in:
parent
a6be0c83bc
commit
a9b24c30d9
|
@ -8,7 +8,7 @@ Chatterino 2 is the second installment of the Twitch chat client series "Chatter
|
|||
The code is normally formated using clang format in Qt Creator. [.clang-format](https://github.com/fourtf/chatterino2/blob/master/.clang-format) contains the style file for clang format.
|
||||
|
||||
## Building
|
||||
Before building run `git submodule update --init --recursive` to get required submodules.
|
||||
Before building run `git submodule update --init --recursive` to get required submodules. In case you are new to using qt creator or c++ be sure to add -j to your make arguments as shown here [image](https://i.fourtf.com/GreenSweetImage.png) so it uses all your cpu cores to build.
|
||||
|
||||
### Windows
|
||||
#### Using Qt Creator
|
||||
|
|
Loading…
Reference in a new issue