Weird hack for #include-ing files over https
Tested only with github raw stuff and g++
Use at your own risk
This section assumes you've successfully installed this
To include a file located at https://<REST-OF-URL>:
#include <https://<REST-OF-URL>>
// or
#include "https://<REST-OF-URL>"
To add a <URL> as a directory for header/library searching add flag:
-idirafter "/usr/include/<URL>"
sudo apt install libfuse3-dev
sudo apt install libcurlpp-dev
./build.sh && ./install.sh
In examples folder, look at them
sudo apt install libfuse3-dev
sudo apt install libcurlpp-dev
./build.sh
./install.sh
./uninstall.sh