Skip to content

Commit a777202

Browse files
heyunxiaansgarbecker
authored andcommitted
add some build step
add install madExcept & compile *.rc files
1 parent 2dc6619 commit a777202

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

readme.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,22 @@ Delphi 12.1 is required for building HeidiSQL for Windows. Older Delphi versions
1616
of the other free compilers cannot currently compile HeidiSQL.
1717

1818
Once Delphi is installed, you need to load the SynEdit project from the components folder. Build both run-time and design-time packages. Install the
19-
design-time package. Do the same for the VirtualTree component project, and install madExcept.
19+
design-time package. Do the same for the VirtualTree component project.
20+
21+
Second you need install [madExcept](http://madshi.net/madCollection.exe).
22+
23+
Third compile *.rc files:
24+
25+
| folder | file | command |
26+
| ------ | ------ | ------ |
27+
|HeidiSQL/source/vcl-styles-utils |AwesomeFont.RC| brcc32 AwesomeFont.RC|
28+
|HeidiSQL/res| icon.rc | cgrc icon.rc |
29+
|HeidiSQL/res| icon-question.rc | brcc32 icon-question.rc |
30+
|HeidiSQL/res| version.rc | brcc32 version.rc |
31+
|HeidiSQL/res| manifest.rc | manifest.rc |
32+
|HeidiSQL/res| styles.rc | brcc32 styles.rc |
33+
|HeidiSQL/res| updater.rc | brcc32 updater.rc |
34+
> if updater.rc and updater.exe are not exists. you can copy them from updater64.rc and updater64.exe.
2035
2136
Afterwards, load the HeidiSQL project from the packages folder.
2237

0 commit comments

Comments
 (0)