Download the repository github in a directory, I will use as an example D:\mORMot;
Go on Tools / Options then in Enviroment Options / Delphi Options / Library
Add these paths to Library path and Search path. In my case there’s only Library path:
D:\mORMot
D:\mORMot\SQLite3
D:\mORMot\SynDBDataset
D:\mORMot\CrossPlatform
In versions prior to Delphi 2006 it is necessary to install the Fastmm4.
To test if everything is working open the project D:\mORMot\SQLite3\TestSQL3.dpr, Compile and execute.
If everything is correct you will compile the projects from the folder D:\mORMot\SQLite3\Sample hassle-free.