yusefnapora / pixelbook-linux

257 stars 50 forks source link

Script success on Unbuntu 18.04? #54

Open mcdowellmountains opened 4 years ago

mcdowellmountains commented 4 years ago

anyone have any luck or success running the Pixelbook script on Ubuntu 18.04 LTS? Any details or comments would be appreciated before I attempt it.

Atomos-X commented 4 years ago

works on 18.04,19.04

joseinazusa commented 4 years ago

With 18.04, I had set GCC8/C++8 as default, create lib folder, and install automake and the compile finished. My issue with 18.04 is the audio not working, even though the script seems to run normally (used default chrome kernel, and compiled kernel), so I am sill troubleshooting that.

sudo apt-get install gcc-8 g++-8 automake sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 800 --slave /usr/bin/g++ g++ /usr/bin/g++-8 sudo mkdir /etc/libinput