"Docopt" library on Replit

Hi,
I made a c++ script, with “docopt.h” library, but Replit doesn’t have that library. Hi, how can i introduce “docopt” library on Replit?
Thanks,
Alexandre

1 Like

Hi @alexandrecomuni , welcome to the forums!
In your replit.nix file, enter the line: pkgs.docopt.cpp under the deps = [ ]. Then enter kill 1 in the Shell.
Hope this helps!

4 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.