Files
l7/README.md
2022-10-15 15:27:56 +02:00

639 B

L7

A custom library aiming to help writing simple database applications using wxWidgets, PostgreSQL and SQLite. It requires wxJSON that should be first downloaded and built with the provided template file.

Build

$ cd L7

$ mkdir build; cd $_

$ cmake -DwxJson_DIR:PATH=/usr/local -DWITH_LIBPQ:BOOL=ON -DWITH_LIBSQ:BOOL=ON ../

$ make L7 -j4 && make L7Test

Documentation

$ cd L7

$ doxygen Resources/L7.dox

Output will be in docs/ .

Disclaimer

Use at your own risks. L7 does not claim to be fit for any purpose. L7 does not expect to be used.