gpuPlotGenerator icon indicating copy to clipboard operation
gpuPlotGenerator copied to clipboard

Concerning version 'GLIBCXX_3.4.xx' not found errors

Open AktasC opened this issue 7 years ago • 0 comments

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 👍 

AktasC avatar Feb 04 '18 17:02 AktasC