WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: PlayOnLinux.tcz  (Read 39742 times)

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #45 on: December 18, 2021, 07:33:53 AM »
:) now how do I integrate this into the iso image package!? :D

tc@box:~$ tce-load -i glibc32_ml bash
glibc32_ml.tcz: OK
bash.tcz not found!
tc@box:~$ tce-load -wi glibc32_ml bash
glibc32_ml is already installed!
bash.tcz.dep OK
readline.tcz.dep OK
Downloading: ncursesw.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'ncursesw.tcz'
ncursesw.tcz         100% |********************************|  240k  0:00:00 ETA
'ncursesw.tcz' saved
ncursesw.tcz: OK
Downloading: readline.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'readline.tcz'
readline.tcz         100% |********************************|  144k  0:00:00 ETA
'readline.tcz' saved
readline.tcz: OK
Downloading: bash.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'bash.tcz'
bash.tcz             100% |********************************|  432k  0:00:00 ETA
'bash.tcz' saved
bash.tcz: OK
tc@box:~$ cd /
tc@box:/$ sudo tar xf glibc64_ml.tce
tc@box:/$ sudo ldconfig
tc@box:/$ sudo rm glibc64_ml.tce
tc@box:/$ ldd /usr/lib32/libanl.so

        linux-gate.so.1 (0xf7f96000)
        libpthread.so.0 => /usr/lib32/libpthread.so.0 (0xf7f28000)
        libc.so.6 => /usr/lib32/libc.so.6 (0xf7d40000)
        /lib/ld-linux.so.2 (0xf7f68000)
tc@box:/$ ldd /usr/lib/libanl.so
        linux-vdso.so.1 (0x00007ffdc708b000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00007fa622ff8000)
        libc.so.6 => /lib/libc.so.6 (0x00007fa622e30000)
        /lib/ld-linux-x86-64.so.2 (0x00007fa623038000)

tc@box:/$ tce-status -i | grep bash
bash
tc@box:/$ which ldd
/usr/bin/ldd
« Last Edit: December 18, 2021, 07:41:09 AM by Juanito »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #46 on: December 18, 2021, 07:37:51 AM »
Well done - you now have multi-lib working.

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #47 on: December 18, 2021, 07:38:37 AM »
:) now how do I integrate this into the iso image package!? :D
« Last Edit: December 18, 2021, 07:41:57 AM by Juanito »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #48 on: December 18, 2021, 07:46:33 AM »
You would need to modify rootfs64.gz

Before that, you might want to check it will work with steam?

Note that the multi-lib will download/load extensions from the CorePure64 11.x repo - if you want to use extensions from the Core 11.x repo, you will need to download them manually and modify them so that the libraries are in /usr/local/lib32.

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #49 on: December 19, 2021, 12:21:03 AM »
One day ; After setting FF local language settings !
^tmp^ contents folder related to FF ^ tmp ^ ezremaster ^ tmp ^ , after dragging and dropping I created the iso file with ezremaster and the ff plugins were persistent in the iso! :)
now how can i do this for multilib!?


« Last Edit: March 27, 2023, 08:27:24 PM by Rich »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #50 on: December 19, 2021, 12:56:19 AM »
If I understand correctly, the reason you need a multi-lib setup is to be able to run steam games.

If the above is true, the first thing to do is to check if steam will run on your temporary multi-lib setup.

Once you have confirmed that steam works, you can then make a more permanent multi-lib setup.

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #51 on: December 19, 2021, 01:06:23 AM »
first of all let's say MuLtiLiB = ML for short :)
I am currently working on a non-persistent, volatile system.
* I have to reload ML one by one every time I open TCL.

as the 2nd; I really don't know how to install Steam.
Can you please type the terminal commands?

https://github.com/ValveSoftware/steam-for-linux
I don't understand anything from this!? :(
« Last Edit: December 19, 2021, 01:23:14 AM by Juanito »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #52 on: December 19, 2021, 01:22:23 AM »
You can write a simple script to install the multi-lib components each time you reboot.

I have no interest in steam specifically or games in general, so you will need to figure out how to install steam for yourself with help from the forum.

Ref:
Quote
Steam for Linux requires the following:
...
    64-bit (x86-64, AMD64) Linux kernel
    64-bit (x86-64, AMD64) and 32-bit (i386, IA32) graphics drivers and glibc

..using 32-bit graphics is going to be awkward.

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #53 on: December 19, 2021, 01:28:07 AM »
currently suitable for my own hardware
a configured one with its own drivers
I have the TCL iso!

You taught me to install ML (thanks) :)

and commands on how to install "STEAM" !? ???
« Last Edit: December 19, 2021, 01:33:24 AM by Juanito »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #54 on: December 19, 2021, 01:32:51 AM »
Ref: https://github.com/ValveSoftware/steam-for-linux

Quote
Getting Started

Install Steam for Linux client:

    Download the steam_latest.deb package from this location.

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #55 on: December 19, 2021, 01:38:16 AM »
Quote
https://developer.valvesoftware.com/wiki/Steam_under_Linux#Native_Steam_on_Linux

Native Steam on Linux
Unpackaged

    Download the latest build, extract it, and run ./steam or type sudo make install.
    http://repo.steampowered.com/steam/archive/precise/steam_latest.tar.gz
    This should work on most Linux distributions.
« Last Edit: December 19, 2021, 01:42:31 AM by Juanito »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #56 on: December 19, 2021, 01:43:16 AM »
..so give it a try and let us know how you get on.

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #57 on: December 19, 2021, 01:45:22 AM »
ok yes i downloaded it!

What is step 2!?
« Last Edit: December 19, 2021, 01:49:20 AM by Juanito »

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #58 on: December 19, 2021, 01:46:53 AM »
How do I open the .deb file!?

What is the terminal command for TCL!?

..so give it a try and let us know how you get on.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #59 on: December 19, 2021, 01:48:44 AM »
Please make an effort to think about what you are doing and try things for yourself - you cannot break anything using tinycorelinux.