You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy the modules to your file system preserving the relative path to the "src" folder in this repository (eg. if you only want to use Kvasir::Io then copy Kvasir/src/io.hpp to my_folder/io.hpp plus its dependencies Kvasir/src/Mpl/ and Kvasir/src/Register/ to my_folder/Mpl/ and my_folder/Register). You could just pull the whole repository.
Add my_folder to your include paths (-I command on GCC).