• Home
Name Date Size #Lines LOC

..--

README.mdD03-May-2024519 148

VERSIOND03-May-20241

common.pyD03-May-2024589 2711

create.pyD03-May-20241.6 KiB6543

create_and_upload.pyD03-May-20241.2 KiB4931

download.pyD03-May-2024278 174

upload.pyD03-May-2024268 174

README.md

1This asset is the necessary includes and libs to compile/link the gpu code
2for x86_64 Chromebooks with gpu supports EGL and GLES.
3
4Zip up the /usr/lib64 folder on any x86_64 Chromebook (e.g. Pixelbook). Extract it somewhere
5on the dev machine and use that folder as the input to create_and_upload:
6
7    ./infra/bots/assets/chromebook_x86_64_gles/create_and_upload.py --lib_path [dir]
8
9This script installs the following GL packages and then bundles them with the
10unzipped libs:
11
12    libgles2-mesa-dev libegl1-mesa-dev
13
14