Tiny Core Extensions > TCE Talk

Seamonkey 2.53.5.1 from scratch

<< < (2/8) > >>

Rich:
Hi cute curtis

--- Quote from: cute curtis on January 13, 2021, 01:28:46 PM --- ... The Seamonkey source code has no configure.sh file available and I have to make one but I don't know how
--- End quote ---
That is correct. The file is called  configure  without a  .sh  extension.

Copy and paste the text from the website into a file called  mozconfig.
Leave out the first and last lines (cat > mozconfig << "EOF"  and  EOF).
Then see what happens when you run:

--- Code: ---./configure
--- End code ---

cute curtis:
Does it have special file format? I made both text (paper icon) and shell file (gear icon)


--- Code: ---sh: ./configure: not found
--- End code ---

Rich:
Hi cute curtis

--- Code: ---tce-load -wil compiletc autoconf2.13 gtk2-dev gtk3-dev python rust zip-unzip yasm-dev
wget https://archive.mozilla.org/pub/seamonkey/releases/2.53.5.1/source/seamonkey-2.53.5.1.source.tar.xz
tar xf seamonkey-2.53.5.1.source.tar.xz
cd seamonkey-2.53.5.1
# Place your  mozconfig  file here.
./configure
--- End code ---

cute curtis:
should I remove/delete first my Seamonkey 2.53.5.1 onboot extension?

Rich:
Hi cute curtis
No need to delete it. Just remove it from your  onboot.lst  file if you're concerned it might interfere.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version