Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 926 Bytes

INSTALL.rst

File metadata and controls

42 lines (29 loc) · 926 Bytes

Install

Requirements

Required

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