danieleteti / delphiredisclient

Redis client for Delphi
Apache License 2.0
309 stars 134 forks source link

Building not possible because of missing settings and dependencies #31

Closed Basti-Fantasti closed 2 years ago

Basti-Fantasti commented 2 years ago

Hi,

I've tried to install the delphiredisclient. When running the build.py script, it throws a lot of erros because of missing settings which are not mentioned

danieleteti commented 2 years ago

The build script is not related to the Delphi installation. It is required just to rebuild all unit test, run them, and build all the samples

Basti-Fantasti commented 2 years ago

ok that's good to know 😄 so for the installation it's sufficient to just add the sources subfolder to the library path (as with the LoggerPro components)

danieleteti commented 2 years ago

Yes, just the units path in the Delphi library paths :-)