gpuPlotGenerator
gpuPlotGenerator copied to clipboard
Concerning version 'GLIBCXX_3.4.xx' not found errors
I've had this issue on Ubuntu (HiveOS) and all I had to do is :
sudo apt-get remove build-essential
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install build-essential libstdc++```
If you could place that somewhere in your Readme section it'd help 👍