0

I am trying to build pepperflash manually as it won't open from my software centre. Following these instructions:

cd
git clone https://github.com/i-rinat/freshplayerplugin.git
cd freshplayerplugin
mkdir build
cd build
cmake ..
make

It goes grand till cmake .. then tells me the

"CXX compiler identification is unknown
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER_NOTFOUND" was not found.
Please set CMAKE_CXX_COMPILER to a valid compiler path or name."

Can't install chrome for some reason (maybe laptop is too old and small), am using chromium and firefox. Thanks

Pilot6
  • 90,100
  • 91
  • 213
  • 324
Linda
  • 1

1 Answers1

0

Please try these commands in the terminal

sudo add-apt-repository ppa:nilarimogard/webupd8 sudo apt-get update sudo apt-get install freshplayerplugin

or

sudo apt-get install flashplugin-installer

Vishnu N K
  • 595
  • 5
  • 22