pschlan / cron-job.org

cron-job.org Open Source project
GNU General Public License v2.0
1.44k stars 251 forks source link

Help wanted, #138

Closed Gupta-Anubhav12 closed 2 years ago

Gupta-Anubhav12 commented 2 years ago

Hii, I am not quite experienced in C++ and stuff and I was trying to build it locally to try some stuff, but I am facing issues with cctz linkers image

pschlan commented 2 years ago

Looks like you're missing the cctz git submodule. Try

git submodule init
git submodule update

in the repo root and then re-build.