Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit 6c198ee

Browse files
authored
Merge pull request #1 from rilian-la-te/main
Update README.md
2 parents df118eb + f385911 commit 6c198ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ For generating:
88

99
- Install packages:
1010

11-
`sudo apt install mingw-w64 python3-pip`
11+
`sudo apt install mingw-w64 python3-pip git build-essential gcc nsis`
1212

1313
- Install selected packages from Ubuntu 22.*10*
1414

1515
`wget -c http://mirrors.kernel.org/ubuntu/pool/universe/m/mingw-w64/mingw-w64-common_10.0.0-2_all.deb && dpkg -i /mingw-w64-common_10.0.0-2_all.deb`
1616

17-
`wget -c http://mirrors.kernel.org/ubuntu/pool/universe/m/mingw-w64/mingw-w64-i686-dev_10.0.0-2_all.deb && dpkg -i mingw-w64-i686-dev_10.0.0-2_all.deb`
17+
`wget -c http://mirrors.kernel.org/ubuntu/pool/universe/m/mingw-w64/mingw-w64-x86-64-dev_10.0.0-2_all.deb && dpkg -i mingw-w64-x86-64-dev_10.0.0-2_all.deb`
1818

1919
- Install conan
2020

21-
`pip install conan`
21+
`pip3 install conan`
2222

2323
- If necessary, clone vcmi repository
2424

@@ -28,7 +28,7 @@ For generating:
2828

2929
- Run conan:
3030

31-
`conan install . --install-folder=conan-generated --no-imports --build=missing --profile:build=default --profile:host=CI/conan/mingw-linux`
31+
`conan install . --install-folder=conan-generated --no-imports --build=missing --profile:build=default --profile:host=CI/conan/mingw64-linux.jinja`
3232
(this will take a while)
3333

3434
- Remove temporary files that we won't need:

0 commit comments

Comments
 (0)