Page 1 of 1

Steam [w/ Useful Libraries]

Posted: Sun 10 Nov 2019, 08:43
by Illutorium
https://store.steampowered.com Configure build of Python:

Code: Select all

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib64 --build=x86_64-fatdog-linux-gnu --enable-shared --with-system-expat --with-system-ffi --with-ensurepip=yes --enable-optimizations
For FatDog64-721(3.5.9):

libpython3.5-minimal: https://drive.google.com/file/d/1Vp1MRt ... p=drivesdk
libpython3.5-stlib https://drive.google.com/file/d/1sBdZ90 ... p=drivesdk
python3: https://drive.google.com/file/d/1yV9K8H ... p=drivesdk
Status: Works in Out-of-the-box on a Start but Proton doesn't works due of struct.py|Almost resolve of fctnl.py:
https://blog.csdn.net/jacke121/article/details/82218151

Create relative link of Steam:

~/.local/share/Steam -> /mnt/sd{}/OS [Main]
~/.steam -> /mnt/sd{}/Steam/OS-registry [Registries]

Posted: Tue 19 Nov 2019, 09:14
by takenp
Does it allow to run win steam games via Proton on Puppy?

Posted: Tue 19 Nov 2019, 22:59
by Illutorium
takenp wrote:Does it allow to run win steam games via Proton on Puppy?
With a this Library? Rather not,but from Ubuntu of Course:

FatDog64-721:
1. libpython3.5-minimal
2. python3.5-minimal
3. libdb
4. libmpdec2
5. libtinfo5
6. libpython3.5-stdlib
and: python3.5 (+ Relative link of Python3.5 to python3)
BionicPup64:
1. libpython3.6-minimal
2. python3.6-minimal
3. libdb5.3
4. mime-support
5. libpython3.6-stdlib
and: python3.6 (+ Relative link of Python3.5 to python3)
-----
So if be try on a Manually as Compile then will be error as: "struct.py not found".
Also I have a Database on a Own' group of Puppy Linux in Discord.

Posted: Sun 08 Dec 2019, 16:51
by 666philb
i've updated bionicpups steam.pet (now called steam-bionic.pet).
it has an install script that installs the required python3 stuff so that proton works and you can run windows games.

Code: Select all

pkg get python3.6-minimal python3-distutils libpython3-stdlib libdb5.3
not all games will work but quite a few do, in fact i've been playing the new 'unity of command2' which is windows only at the moment, and it's running fine.
https://unityofcommand.net/

Posted: Mon 09 Dec 2019, 10:04
by takenp
666philb wrote:i've updated bionicpups steam.pet
Good news! thx alot, PhilB!