UPDATING THE EMULATOR QUICKLY VIA THIS SITE
These steps outline the general way to update stuff into the emulator with minimal hassle when they are published as attachments on this site.
I update the Emu with all includes by Knc1 with the commands in this post (as of today, the process is a simple one as you will see so simply expand it to your needs)
Code:
(armv6l:1) /home # export PATH=/home/bin:/home/lib:/home/include:/home/share:$PATH
(armv6l:1) /home # echo $PATH
RESULT
Code:
/home/bin:/home/lib:/home/include:/home/share:/bin:/sbin
RESULT
(to check it is actually there)
Code:
(armv6l:1) /home # ls
RESULT
Code:
bin include lynx2-8-8 share
binutils.tar.gz lib man src
git lost+found path.sh
Code:
(armv6l:1) /home # tar -xvzf ./binutils.tar.gz
RESULT
(wait a mo. then press enter. shell does not always return prompt when completed)
RESULT
Code:
(armv6l:1) /home # tar -xzvf mpc-1.0-uclibc.tar.gz
RESULT
Optionally
rm mpc-1.0-uclibc.tar.gz
(wait a mo. then press enter. shell does not always return prompt when completed)
RESULT
Code:
(armv6l:1) /home # tar -xzvf mpfr-3.1.1-uclibc.tar.gz
RESULT
optionally
rm mpfr-3.1.1-uclibc.tar.gz
(wait a mo. then press enter. shell does not always return prompt when completed)
RESULT
Code:
(armv6l:1) /home # tar -xzvf gmp-5.0.5-uclibc.tar.gz
RESULT
Optionally
rm gmp-5.0.5-uclibc.tar.gz
(wait a mo. then press enter. shell does not always return prompt when completed)
RESULT
Code:
(armv6l:1) /home # tar -xzvf m4-1.4.16-armv6-uclibc.tar.gz
RESULT
optionally
rm m4-1.4.16-armv6-uclibc.tar.gz
(armv6l:1) /home #
So to conclude the process is
cd (just in case)
GET THING:
(name can be anything, link copied from site)
(armv6l:1) /home #
wget -O thing.tar.gz https://www.mobileread.com/forums/att...8&d=1342724437
UNPACK THING
(armv6l:1) /home #
tar -xzvf thing.tar.gz
REMOVE THING
(armv6l:1) /home #
rm thing.tar.gz
UNINSTALL THING
Hmm Delete stuff.. YMMV
Hope this helps someone at some point.
And if anyone knows how to make the links NOT obfuscate via ellipses' that would be awesome : )