Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.5 KB

BUILD.md

File metadata and controls

31 lines (24 loc) · 1.5 KB

ASuite building instructions

Lazarus version

Lazarus 2.0.10 and FPC 3.2 are required for building ASuite. Older Lazarus & FPC versions aren't tested.

Sources

You must get sources from git repository (and submodule AsuiteComps) hosted in github.

$ git clone https://github.com/salvadorbs/Asuite.git
$ cd Asuite
$ git submodule init
$ git submodule update

For more informations, see https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository and https://github.com/git-guides/git-clone

Third party components

Once Lazarus is installed, you need to install these components from OPM (Online Package Manager):

You need a last component, ASuiteComps, who you will find in subfolder https://github.com/salvadorbs/Asuite/tree/develop/3p/ASuiteComps. Install it and rebuild the IDE.

Help?

Open an issue, if you can't find a component or you can't build correctly the project.