wiz21b
wiz21b
Hello, Same issue on debian stable (bullseye) ``` stefan@debian:~/Projects/accurapple$ sudo apt-get install libpython3-dev Reading package lists... Done Building dependency tree... Done Reading state information... Done libpython3-dev is already the newest...
Solution : follow these [instructions](https://linuxize.com/post/how-to-install-python-3-8-on-debian-10/) but with `./configure --enable-shared --enable-optimizations` (the shared flag is the important one !)
I see this: ```stefan@debian:~/Projects/raingen$ complete | grep python_arg complete -o bashdefault -o default -o nospace -F _python_argcomplete /home/stefan/Projects/raingen/hydro.py ``` When I complete with full path like this, it works: ```...
To add a faint data point... In my own special benchmark (a TUI rendered 20fps with rust "tui" library), I have some interesting behavior. The CPU used by my program...
Hi Tom, Nice FOSDEM talk about buses :-) Here are my NVIDIA details (comig from glxinfo): ``` OpenGL renderer string: GeForce GT 730/PCIe/SSE2 OpenGL core profile version string: 4.6.0 NVIDIA...
Upgraded my nvidia (proprietary) drivers, doesn't fix anything :-( ``` OpenGL core profile version string: 4.6.0 NVIDIA 418.181.07 OpenGL core profile shading language version string: 4.60 NVIDIA ``` best regards,...
Hi Tom, I've successfuly compiled your code (and there ain't no warning, good job :-)) However I'm stuck on what should've been easy : the roms. I think the emulator...
ok, I'll check that later, maybe today. But don't be too hard on yourself, we're doing this for fun, ain't we ? :-)
Finally got it to work. I'm pretty sure that --rompath option doesn't work. In the end I've created /usr/local/share/CLK/AppleII and DiskII as suggested but I had to use sudo to...
And collecting the ROMs is tough :-( (that's normal since well, I have to have the real one :-)) But maybe you could be more flexible on what you accept...