我正在尝试手动构建 pepperflash,因为它无法从我的软件中心打开。请遵循以下说明:
cd
git clone https://github.com/i-rinat/freshplayerplugin.git
cd freshplayerplugin
mkdir build
cd build
cmake ..
make
一切都很顺利,直到 cmake .. 然后告诉我
"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."
由于某些原因无法安装 chrome(可能是笔记本电脑太旧太小),我正在使用 chromium 和 firefox。谢谢
答案1
请在终端中尝试这些命令
sudo add-apt-repository ppa:nilarimogard/webupd8 sudo apt-get update sudo apt-get install freshplayerplugin
或者
sudo apt-get install flashplugin-installer