1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-08-05 13:09:47 +00:00

Add description

King_DuckZ 2016-06-16 22:45:47 +01:00
parent d68d97445a
commit 27dbc5dc8a

@ -1,3 +1,7 @@
# Developers
## About this repository
This project is the implementation of the core functionalities of dindexer. It comes with a command line client, but you can get the library alone with minimal effort. There is no cmake option to exclude the command line client from the build yet, but commenting out the relevant `add_subdirectory` commands from the top-level cmake file should do the trick.
## Hacking on dindexer
[[Setting up a development environment]]
[[Code structure]]