This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Do not execute this file in your shell, instead "source" it using: | |
# . ~/enable-new-mesa-opt.source | |
# or | |
# source ~/enable-new-mesa-opt.source | |
# | |
# This will have effects only once in the current shell. It will not apply to | |
# other shells, terminals, users, whole desktop, other running programs, or once | |
# you close this shell, logout, reboot, etc. It is temporary. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"can-write-uinput" : true, | |
"steam-installation" : { | |
"path" : "/home/user/.local/share/Steam", | |
"data_path" : "/home/user/.local/share/Steam", | |
"bin32_path" : "/home/user/.local/share/Steam/ubuntu12_32", | |
"steamscript_path" : null, | |
"steamscript_version" : null, | |
"issues" : [ | |
"steamscript-not-in-environment", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user@debian-sid:~/Downloads/1041204eff4cc4fad6f1508afe67b562-75d33cd17a958f42f0b67e08a6a528dce07f7ee3$ ./mesa-build.sh | |
Checking multiarch support ... | |
Checking base dependency versions on amd64 and i386 ... | |
Reading package lists... Done | |
Building dependency tree... Done | |
Reading state information... Done | |
libc6-dev is already the newest version (2.31-11). |