Compile binder_linux.ko
for Steam Deck using Podman containers.
- Steam Deck
- Podman installed (preinstalled on Steam Deck)
- Internet connection
Computer Information: | |
Manufacturer: Micro-Star International Co., Ltd | |
Model: B450 TOMAHAWK MAX (MS-7C02) | |
Form Factor: Desktop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: AuthenticAMD | |
CPU Brand: AMD Ryzen 5 2600 Six-Core Processor | |
CPU Family: 0x17 |
w_metadata vcrun2019_ge dlls \ | |
title="Visual C++ 2015-2019 libraries (concrt140.dll,mfc140.dll,mfc140u.dll,mfcm140.dll,mfcm140u.dll,msvcp140.dll,vcamp140.dll,vccorlib140.dll,vcomp140.dll,vcruntime140.dll) (and vcruntime140_1.dll on win64)" \ | |
publisher="Microsoft" \ | |
year="2019" \ | |
media="download" \ | |
conflicts="vcrun2015 vcrun2017 vcrun2019" \ | |
file1="VC_redist.x86.exe" \ | |
installed_file1="${W_SYSTEM32_DLLS_WIN}/mfc140.dll" | |
load_vcrun2019_ge() |
Computer Information: | |
Manufacturer: Unknown | |
Model: Unknown | |
Form Factor: Desktop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: AuthenticAMD | |
CPU Brand: AMD Ryzen 5 2600 Six-Core Processor | |
CPU Family: 0x17 |
info: Game: HatinTimeGame.exe | |
info: DXVK: v1.3.0 | |
info: Found built-in config: HatinTimeGame.exe | |
info: Effective configuration: | |
info: d3d9.strictPow = False | |
info: d3d9.lenientClear = True | |
warn: OpenVR: Failed to initialize OpenVR | |
info: Enabled instance extensions: | |
info: VK_KHR_get_physical_device_properties2 | |
info: VK_KHR_surface |
0022:fixme:ver:GetCurrentPackageId (0x109fecc (nil)): stub | |
002d:fixme:win:RegisterDeviceNotificationW (hwnd=0x1004e, filter=0x1a3fdc0,flags=0x00000000) returns a fake device notification handle! | |
0009:fixme:win:RegisterTouchWindow (0x10050 00000003): stub | |
0009:fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList | |
0009:fixme:imm:ImmReleaseContext (0x10050, 0x1f5498): stub | |
0009:fixme:msctf:ThreadMgr_ActivateEx Unimplemented flags 0x4 | |
0009:fixme:msctf:ThreadMgrSource_AdviseSink (0x1f5400) Unhandled Sink: {ea1ea136-19df-11d7-a6d2-00065b84435c} | |
0009:fixme:imm:NotifyIME NI_CLOSECANDIDATE | |
0009:fixme:msctf:ThreadMgrSource_AdviseSink (0x1f5400) Unhandled Sink: {ea1ea136-19df-11d7-a6d2-00065b84435c} | |
0031:fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub! |
Computer Information: | |
Manufacturer: Unknown | |
Model: Unknown | |
Form Factor: Laptop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: GenuineIntel | |
CPU Brand: Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz | |
CPU Family: 0x6 |
#!/usr/bin/perl | |
use strict; | |
use warnings; | |
use WWW::Mechanize; | |
use Getopt::Std; | |
use JSON; | |
require File::Temp; | |
use File::Temp (); | |
# |
{ | |
// Additional compiler options that are always added to the completion | |
// parser | |
"additional_options": [ | |
"-Wno-c++11-narrowing", | |
"-D__STRICT_ANSI__", | |
"-DQT_NO_DEBUG", | |
"-I/usr/lib/clang/3.6.1/include", | |
"-I/usr/include/gtk-3.0", | |
"-I/usr/include/at-spi2-atk/2.0", |