This repository was archived by the owner on Aug 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ For generating:
8
8
9
9
- Install packages:
10
10
11
- ` sudo apt install mingw-w64 python3-pip `
11
+ ` sudo apt install mingw-w64 python3-pip git build-essential gcc nsis `
12
12
13
13
- Install selected packages from Ubuntu 22.* 10*
14
14
15
15
` 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 `
16
16
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 `
18
18
19
19
- Install conan
20
20
21
- ` pip install conan`
21
+ ` pip3 install conan`
22
22
23
23
- If necessary, clone vcmi repository
24
24
@@ -28,7 +28,7 @@ For generating:
28
28
29
29
- Run conan:
30
30
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 `
32
32
(this will take a while)
33
33
34
34
- Remove temporary files that we won't need:
You can’t perform that action at this time.
0 commit comments