1
- 1. Environment setup
2
-
3
- To be able to use compiled executables directly, please place the Source folder
4
- (the one this file you're looking at is placed in) in the root folder of a
5
- Dev-C++ installation. This makes sure that after compiling, devcpp.exe will end
6
- up in the right location so you end up with a usable and testable product right
7
- away.
8
-
9
- 2. Compiling devcpp.exe
1
+ 1. Compiling devcpp.exe
10
2
11
3
The main executable devcpp.exe can be built using the following steps:
12
4
13
5
1) Compile and install the following package(s):
14
6
Source\VCL\DevCpp.dpk
15
- Source\VCL\SynEditPackages \SynEdit_<Delphi Version>.dpk
7
+ Source\VCL\SynEdit\Packages \SynEdit_<Delphi Version>.dpk
16
8
Source\VCL\ClassBrowsing\ClassBrowsing.dpk
17
9
18
10
2) Compile resources by running the following script(s):
@@ -30,7 +22,7 @@ This process has only been tested using Delphi 6 and Delphi 7. The code base
30
22
should be compatible with more recent versions of Delphi, but there is no
31
23
guarantee anything will work.
32
24
33
- 3 . Compiling associated tools
25
+ 2 . Compiling associated tools
34
26
35
27
There are a couple of executables that need to be compiled and/or put in the
36
28
right folder when building a release. These files can be found in the Tools
@@ -53,7 +45,7 @@ subfolder.
53
45
Tools >> Package Manager and provides .pak plugin support. This file has
54
46
not been touched since like 2005 so do what you wish with it.
55
47
56
- 4 . Other tools
48
+ 3 . Other tools
57
49
58
50
Other tools provided for legacy reasons or to easy the developer's life are:
59
51
@@ -69,7 +61,7 @@ Other tools provided for legacy reasons or to easy the developer's life are:
69
61
70
62
4) PackMaker (legacy). Used to create PAK extension files.
71
63
72
- 5 . UPX
64
+ 4 . UPX
73
65
74
66
To decrease the main executable size, the old developers from Bloodshed used a
75
67
program called UPX to compress it. Here is a copy of their instructions on how
@@ -83,7 +75,7 @@ of the provided compiler):
83
75
Otherwise upx will compress all icons and the file associations will point
84
76
to nonexisting (moved) icons within devcpp.exe
85
77
86
- 6 . Shortcut Map
78
+ 5 . Shortcut Map
87
79
88
80
This is an up to date map of the default shortcuts of Dev-C++. All Ctrl+(Letter)
89
81
combinations are in use, except for the following letters: UJKL. The Shift
0 commit comments