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
{{ message }}
This repository was archived by the owner on Jan 29, 2026. It is now read-only.
Currently the package does not include a check for gcc/c++ installed
so even if g++ is not installed and user uses the package it does not throws an error.
we need to check if gcc/g++ is installed and if it isn't then throw an error asking the user to install gcc/g++
Currently the package does not include a check for gcc/c++ installed
so even if g++ is not installed and user uses the package it does not throws an error.
we need to check if gcc/g++ is installed and if it isn't then throw an error asking the user to install gcc/g++