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

Commit 7c39305

Browse files
authored
Instruction for updating existing package
1 parent 4e9a082 commit 7c39305

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Conan dependencies for windows
44

5-
For generating:
5+
## For generating:
66

77
- Use or install Ubuntu 22.04
88

@@ -35,3 +35,12 @@ For generating:
3535
- Create output archive with dependencies:
3636
- - `tar -czvf vcmi-deps-windows-conan-w64.tgz -C ~/.conan data`
3737

38+
## For rebuilding (without library versions change)
39+
- Install packages (as above)
40+
- Install conan (as above)
41+
- Clone vcmi repo (as above)
42+
- (!) Unpack latest prebuilt package into ~/.conan
43+
- (!) Modify conanfile.py in vcmi repo as needed
44+
- Run conan (as above)
45+
- Remove temporary files (as above)
46+
- Create output archive (as above)

0 commit comments

Comments
 (0)