I need to use a library in GitHub different from Coq's standard library. But I do not know how to manually set it up so that I can use it in CoqIDE.
I need to use this library in CoqIDE. I have downloaded and saved the folder to my computer, but when I open CoqIDE and write "Require Import StringEq", where StringEq is the name of a Coq file from the library, I get the error message "Unable to locate library StringEq".
Is there any way I can manually set up this libray so that I can use it with CoqIDE? (There are no instructions on the READme file on the library's GitHub page.)