WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: 32 bit version of chromium needs updating.  (Read 2902 times)

Offline TD15

  • Newbie
  • *
  • Posts: 25
32 bit version of chromium needs updating.
« on: August 05, 2020, 05:11:42 AM »
I installed chromium extension to tiny core but it is too old to add extensions. Is there a more recent version in the work?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14549
Re: 32 bit version of chromium needs updating.
« Reply #1 on: August 05, 2020, 05:22:19 AM »

TinyCoreLinux

  • Guest
Re: 32 bit version of chromium needs updating.
« Reply #2 on: August 05, 2020, 05:26:57 AM »
32-bit Chromium has not been updated by users for a long time, and 64-bit Chromium has not been updated for nearly a year, because these software packages are contributed by users, so I give you two Suggestions: 1. I suggest you use Firefox directly. 2. I suggest you change to a 64-bit system, then download the latest Chromium source code, and then compile it by yourself.
See Juanito for a link on how to compile.
Note that Chromium is only available in 64-bit, so you'll need to upgrade to 64-bit first
« Last Edit: August 05, 2020, 05:34:22 AM by NOOB »

Offline TD15

  • Newbie
  • *
  • Posts: 25
Re: 32 bit version of chromium needs updating.
« Reply #3 on: August 05, 2020, 07:41:08 AM »

Offline TD15

  • Newbie
  • *
  • Posts: 25
Re: 32 bit version of chromium needs updating.
« Reply #4 on: August 05, 2020, 07:45:11 AM »
32-bit Chromium has not been updated by users for a long time, and 64-bit Chromium has not been updated for nearly a year, because these software packages are contributed by users, so I give you two Suggestions: 1. I suggest you use Firefox directly. 2. I suggest you change to a 64-bit system, then download the latest Chromium source code, and then compile it by yourself.
See Juanito for a link on how to compile.
Note that Chromium is only available in 64-bit, so you'll need to upgrade to 64-bit first
I can't run 64 bit programs. The whole purpose of using tiny core for me is to revive a 10 year old laptop (32 bit processor). I have another much newer laptop, but I have my reasons to revive that old device.
I will try firefox if it performs better. And I will try what Juanito said.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11224
Re: 32 bit version of chromium needs updating.
« Reply #5 on: August 05, 2020, 07:57:47 AM »
Hi TD15
Am I supposed to write that in terminal?
Yes. But not the numbers inside the square [] brackets. Those are elapsed times for those commands.
Code: [Select]
fetch --nohooks --no-history chromium [0:20:11]

 ----- Snip -----

ninja -C out/Default chrome [7h 41m 50s]

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14549
Re: 32 bit version of chromium needs updating.
« Reply #6 on: August 05, 2020, 07:59:49 AM »
I'm not sure if the latest chromium browser still supports 32-bit, if not, you may need to try progressively older versions until you find one that works.

Note that you should use ncursesw instead of ncurses5 and jdk8 means using openjdk-8-jdk

Offline TD15

  • Newbie
  • *
  • Posts: 25
Re: 32 bit version of chromium needs updating.
« Reply #7 on: August 05, 2020, 09:26:36 AM »
Is there a zoom cloud meeting plugin for tiny core?

TinyCoreLinux

  • Guest
Re: 32 bit version of chromium needs updating.
« Reply #8 on: August 05, 2020, 07:34:51 PM »
No, However, you can download the ZCM binary package and resolve the software dependencies by yourself.
Code: [Select]
cd yourzoom
ldd ./zoom // View and Download all missing library files
« Last Edit: August 05, 2020, 08:05:53 PM by Trump »

Offline Sashank999

  • Sr. Member
  • ****
  • Posts: 390
Re: 32 bit version of chromium needs updating.
« Reply #9 on: August 05, 2020, 07:51:02 PM »
If you want to compile whole zoom on linux, here are the sources :
https://d11yldzmag5yn.cloudfront.net/prod/5.2.440215.0803/zoom_i686.tar.xz .

This is a 32 bit one.

Offline TD15

  • Newbie
  • *
  • Posts: 25
Re: 32 bit version of chromium needs updating.
« Reply #10 on: August 05, 2020, 08:23:10 PM »
If you want to compile whole zoom on linux, here are the sources :
https://d11yldzmag5yn.cloudfront.net/prod/5.2.440215.0803/zoom_i686.tar.xz .

This is a 32 bit one.
Is it possible to do the compilation on a windows machine? The most powerful device I have runs windows.

Offline Sashank999

  • Sr. Member
  • ****
  • Posts: 390
Re: 32 bit version of chromium needs updating.
« Reply #11 on: August 05, 2020, 08:28:00 PM »
You could do a live boot on that Win Machine with a USB powered by TinyCore and then do the compilation. Remember to transfer the tools and firmware necessary.

After compilation and making the tcz, copy it to the usb for transfer between the 2 devices.
« Last Edit: August 05, 2020, 08:29:59 PM by Sashank999 »