Steam [w/ Useful Libraries]

Play with your Puppy.
Post Reply
Message
Author
Illutorium
Posts: 170
Joined: Wed 06 Aug 2014, 07:12

Steam [w/ Useful Libraries]

#1 Post 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]

User avatar
takenp
Posts: 101
Joined: Wed 05 Aug 2015, 23:27
Location: Moskva
Contact:

#2 Post by takenp »

Does it allow to run win steam games via Proton on Puppy?

Illutorium
Posts: 170
Joined: Wed 06 Aug 2014, 07:12

#3 Post 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.

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#4 Post 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/
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

User avatar
takenp
Posts: 101
Joined: Wed 05 Aug 2015, 23:27
Location: Moskva
Contact:

#5 Post by takenp »

666philb wrote:i've updated bionicpups steam.pet
Good news! thx alot, PhilB!

Post Reply