Commit fa007a3f authored by Michał Siwek's avatar Michał Siwek

Add basic files to repo

parent 92375529
https://dl.dropboxusercontent.com/s/u3cp7mpdyfx99ij/binutils-2.23.2-chromeos-i686.tar.gz?token_hash=AAGsFB9HXNb5tSAm_Wd2GyIUL59BkZYgMTHkj4CkHLxggg&dl=1
https://dl.dropboxusercontent.com/s/c06pcge8ogsqfcd/gcc-4.8.1-baseline-chromeos-i686.tar.gz?token_hash=AAFLnE_8iL_lAnGtAAVM5G_sYqejA44jGW8D9r0a8xCjrQ&dl=1
https://dl.dropboxusercontent.com/s/dic47f8eqxhpf89/glibc-2.17.90-baseline-chromeos-i686.tar.gz?token_hash=AAHx_77YtWLLnkjCJRaCJt7RsdKrfkT6lgKS9BZc4O-0Pg&dl=1
https://dl.dropboxusercontent.com/s/9cwila1kaomsyl2/gmp-5.1.2-chromeos-i686.tar.gz?token_hash=AAHO9VxBpvXU2GPWBwimsp4hL8DADIItfNnIaFbfcyynMg&dl=1
https://dl.dropboxusercontent.com/s/3o6uc8n4uy3oved/mpc-1.0.1-chromeos-i686.tar.gz?token_hash=AAH_OlvQWGUF7lyFhV3DXXgYRM1fupgKoHIwyiVmmVyWUQ&dl=1
https://dl.dropboxusercontent.com/s/lo9ks3g7ar3zpfu/mpfr-3.1.2-chromeos-i686.tar.gz?token_hash=AAH1GlLfYtUs4uxl1ayeGTBe8RJ5uTXzOAsXgSlv8G5rrA&dl=1
#create work directory and cd into it
mkdir chromebrew_install
cd chromebrew_install
#download tarballs
for url in $(cat $(uname -m)_links)
do
wget --content-disposition $url
done
#extract tarballs
for tarball in *.tar.gz
do
tar -xf $tarball
done
#install tarballs content
cp -r usr/* /usr
#this is sort of an ugly hack, fix if you feel like it's worth your time :p
ln -s /usr/local/lib/libmpc.so.3 /usr/local/lib/libmpc.so.2
#link already present files to avoid conflicts
for filename in $(cat lib_files_already_present_in_system_list)
do
ln -s /lib/$filename /usr/local/lib/$filename
done
ld-linux.so.2
libanl.so.1
libBrokenLocale.so.1
libcidn.so.1
libcrypt.so.1
libc.so.6
libdl.so.2
libmemusage.so
libm.so.6
libnsl.so.1
libnss_compat.so.2
libnss_db.so.2
libnss_dns.so.2
libnss_files.so.2
libnss_hesiod.so.2
libnss_nisplus.so.2
libnss_nis.so.2
libpcprofile.so
libpthread.so.0
libresolv.so.2
librt.so.1
libSegFault.so
libthread_db-1.0.so
libthread_db.so.1
libutil.so.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment