This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
compile [2022/03/29 20:48] jan created |
compile [2022/06/04 22:11] (current) jan removed a word |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== About ompiling your own version ==== | + | ===== About ompiling your own version |
- | === Download the sources by using the Installer in stand-alone mode. === | + | ==== Download the sources by using the Installer in stand-alone mode. ==== |
- | NOTE: this is not always | + | As of version 2022-03-28 //Wren// itself can download |
- | === You will need Delphi to compile this code (I used XE10), and : === | + | NOTE: this is not always the most recent one ( I'll update sources on request though, and after every so many executable (pre-)releases). This code, source and executable, is released under the GNU General Public License version 2. Also see the [[License]] section here. |
+ | |||
+ | ==== You will need Delphi to compile this code (I used XE10), and : ==== | ||
You will also need the overbyte [[http:// | You will also need the overbyte [[http:// | ||
- | Then before /Wren/ can be compiled my < | + | Then before |
To compile the components into Delphi you need to compile the design time package and then install that one. This is the Knobs2013Design package. | To compile the components into Delphi you need to compile the design time package and then install that one. This is the Knobs2013Design package. | ||
Line 15: | Line 17: | ||
You'll also want the path to the components to be in your Delphi search path, or the //Wren// compile will fail. | You'll also want the path to the components to be in your Delphi search path, or the //Wren// compile will fail. | ||
- | Note: After I've made a split into run-time and design-time packages to allow for 64 bit compiliation this will change for versions after 2020.5.30.0 into KnobsPackageDesign which must be compiled for both 32 and 64 bits. You will also need to compile the runtime package KnobssPackageRunTime for both 32 and 64 bits. | + | Note: After I've made a split into run-time and design-time packages to allow for 64 bit compiliation this will change for versions after 2020.5.30.0 into KnobsPackageDesign which must be compiled for 32 bits only. You will also need to compile the runtime package KnobssPackageRunTime for both 32 and 64 bits. |
Note2: As of the 2022.1.5.0 version there no longer is 32 bit support. | Note2: As of the 2022.1.5.0 version there no longer is 32 bit support. | ||