How to install mORMot?

Asked

Viewed 669 times

3

The site is confusing, the documentation talks little about the installation process. I added the libraries in the path lib and it didn’t work, some projects just didn’t compile. Then I would like to know the correct way to install, with the steps?

1 answer

1


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.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.