i installed drogon library using vcpkg on windows successfully, but once installed i couldnt find the command line tool ( drogon_ctl ), i tried to re install but there it is still not found.
drogon ctl is not found
2
Relevant Page: Installation
AdelBenhamida
7 months ago
Please use vcpkg install drogon[ctl]
instead. and if you want to use database utilities of drogon, please use vcpkg install drogon[ctl,orm]
