Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.19 KB

INSTALL.rst

File metadata and controls

47 lines (33 loc) · 1.19 KB

Install

Requirements

Required

Simba 1.0 and newer: * FPC 2.6.0+ Project Home Download * Lazarus 1.0+ Project Home Download

Simba 0.99 and earlier: * FPC 2.4.4 Project Home Download * Lazarus 0.9.30 Project Home Download

Optional

Instructions

Setup

  1. Download or Clone the Simba repository. (To clone you need Git)
  2. Pull submodules by running "git submodule init; git submodule update".
  3. Make any changes to Projects/Simba/Simba.inc you need.

Compiling using Lazarus

  1. Open Lazarus
  2. Open Projects/Simba/Simba.lpi
  3. Click Project->Compile

Compiling using Makefile

  1. Open a Console
  2. Change directory to Projects/Simba/Simba.lpi
  3. Run make