Question:
The site is confusing, the documentation says little about the installation process. I added the libraries in the path lib and it didn't work, some projects just didn't compile. So would you like to know the correct way to install, with the steps?
Answer:
Download the github repository into a directory, I'll use as an example D:\mORMot
;
Go to Tools / Options
then Enviroment Options / Delphi Options / Library
Add these paths to Library path
and Search path
. In my case there is 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 FastMM4 .
To test if everything is working open the project D:\mORMot\SQLite3\TestSQL3.dpr
, compile and run.
If everything is correct you will compile the projects from the D:\mORMot\SQLite3\Sample
folder without problems.