Skip to content
Daniel20 edited this page Nov 15, 2019 · 5 revisions

Although, there are severals ways to compile the app, for this example we are going to to use the editor Atom (https://atom.io) for this you will need to install at least this two packages:

You must also have installed Free Pascal in your system (https://www.freepascal.org).

After install all things you must copy, depend of your system, the .atom-build.json file placed at dist/atom to the root project path. Restart Atom and now you can press:

  • F9 to compile
  • Ctrl+F9 to compile in debug mode
  • F10 to compile and execute the game
  • Ctrl+F10 to compile in debug mode and execute the game
  • Ctrl+F11 to only execute without compile

If all works fine the executable will appear in game folder and link.res file will be copied to res folder.

Clone this wiki locally