Skip to content

Latest commit

 

History

History
76 lines (63 loc) · 2.36 KB

README.org

File metadata and controls

76 lines (63 loc) · 2.36 KB

res/logo-2/png/logo-no-background.png

License Work on my machine Powered by Android Powered by C

InfoPoint

Contributors

Usage

Server

In order to compile the server you need cmake and libmongoc.

On the root of the project run:

# To apply the definition specified in the CMakeLists.txt file
cmake -S . -B build/ -DCMAKE_EXPORT_COMPILE_COMMANDS=ON

# To actually build the project
cmake --build build/

# To cleanup the generated executable
cmake --build build/ --target clean

# To execute the projected
./build/InfoPointServer -c <path/to/the/config-file>

Client

Open the project with Android Studio and then start the project from the IDE UI