mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Update Readme for Conan noobs like myself on Windows
This commit is contained in:
parent
f1f95b1630
commit
a813c5aecd
1 changed files with 6 additions and 0 deletions
|
|
@ -43,6 +43,12 @@ conan remote add gooborg "https://api.bintray.com/conan/gooborgstudios/conan"
|
||||||
conan remote add bincrafters "https://api.bintray.com/conan/bincrafters/public-conan"
|
conan remote add bincrafters "https://api.bintray.com/conan/bincrafters/public-conan"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
On Windows, you may need to edit `C:\Users\[username]\.conan\profiles\default` and add the following line in `[settings]` ("v141" is the current toolset version at the time of this writing):
|
||||||
|
|
||||||
|
```sh
|
||||||
|
compiler.toolset=v141
|
||||||
|
```
|
||||||
|
|
||||||
Next, you can install all the required packages:
|
Next, you can install all the required packages:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue