Files
l7/README.md

27 lines
639 B
Markdown
Raw Normal View History

2018-04-25 20:37:27 +02:00
# L7
2018-04-25 20:45:58 +02:00
2022-10-15 15:27:56 +02:00
A custom library aiming to help writing simple database applications using [wxWidgets](https://wxwidgets.org/), PostgreSQL and SQLite. It requires [wxJSON](https://wxcode.sourceforge.net/docs/wxjson/) that should be first downloaded and built with the provided template file.
2018-04-25 20:45:58 +02:00
2022-10-15 15:27:56 +02:00
### Build
2018-04-25 20:45:58 +02:00
$ cd L7
2022-10-15 15:27:56 +02:00
$ mkdir build; cd $_
2018-04-25 20:45:58 +02:00
2022-10-15 15:27:56 +02:00
$ cmake -DwxJson_DIR:PATH=/usr/local -DWITH_LIBPQ:BOOL=ON -DWITH_LIBSQ:BOOL=ON ../
2018-04-25 20:45:58 +02:00
2022-10-15 15:27:56 +02:00
$ make L7 -j4 && make L7Test
2018-04-25 20:45:58 +02:00
2022-10-15 15:27:56 +02:00
##### Documentation
2018-04-25 20:45:58 +02:00
$ cd L7
2022-10-15 15:27:56 +02:00
$ doxygen Resources/L7.dox
2018-04-25 20:45:58 +02:00
Output will be in docs/ .
2022-10-15 15:27:56 +02:00
## Disclaimer
Use at your own risks. L7 does not claim to be fit for any purpose. L7 does not expect to be used.