-
Notifications
You must be signed in to change notification settings - Fork 0
Build the App
FireInstall edited this page Sep 26, 2018
·
4 revisions
The app was written in free pascal 3.0.4 with Lazarus (IDE) 1.8.5 and Eye-Candy Controls 0.9.30. Therefore it is recommended to use the same configuration. Basically most other pascal compilers should work too, but use them at your own risk as well as older versions.
- Download Lazarus (or the pascal compiler and IDE of your choice) and install it
- Whatever you are going to use, Eye Candy Controls are required in order to build the app. If you are using Lazarus it's very simple: just download the archive, dezip it and install it. If you don't know how to, have a look here.
- We are done. You should be able to code and to build the app.
If you are new to the topic you can also use fpxupdeluxe which does pretty much everything for you and also provides an easy way to install cross compilers.