Open bell07 opened 1 day ago
gcc is installed, but the binary is called x86_64-pc-linux-gnu-gcc, or just gcc
Arch Linux symlinks it without -pc
because Rust. Switched to the regular version.
I'm sure it should be easier
We've majorly switched tooling in the beta, so it's a bit rough still.
I've also apparently tested things while having the system version installed so it kept falling back on it.
I've fixed run.sh and added site-package search of the current env.
Manual instructions still need a bit of fixing, mainly due to the .so modules again (running via run.sh just creates it in the venv again).
I try to follow the steps in README to build and use local copy for testing reason without installation. This issue documents my steps and caveats, maybe you can explain more in readme
Building the package by yourself Dependencies installed (I think so). Some packages I did not found in Gentoo portage: dev-python/libusb1 is in guru overlay only ioctl-opt is not available trough package manager, therefore installed using pip.
Via Python venv through run.sh
gcc is installed, but the binary is called x86_64-pc-linux-gnu-gcc, or just gcc
Next try:
got it run using
The path should be adjusted in run.sh
Now the launch appears .. but the daemon is not running
Hacky additional patch
Now I am able to test the sc-controller ;-) I'm sure it should be easier