Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

    1  sudo apt-get update
    2  sudo apt-get upgrade
    3  wget https://launchpad.net/~flosoft/+archive/cross-apple/+build/2439127/+files/apple-uni-sdk-10.6_20110407-0.flosoft1_amd64.deb
    4  hg clone http://crosstool-ng.org/hg/crosstool-ng
    5  sudo apt-get install mercurial
    6  hg clone http://crosstool-ng.org/hg/crosstool-ng
    7  cd crosstool-ng
    8  ./bootstrap
    9  ./configure --enable-local
   10  ls
   11  ./bootstrap
   12  ls
   13  sudo apt-get install autoconf
   14  ./bootstrap
   15  ./configure --enable-local
   16  sudo apt-get install clang
   17  ./configure --enable-local
   18  sudo apt-get install gperf
   19  ./configure --enable-local
   20  sudo apt-get install bison
   21  ./configure --enable-local
   22  sudo apt-get install flex
   23  ./configure --enable-local
   24  sudo apt-get install makeinfo
   25  sudo apt-get install textinfo
   26  sudo apt-get install texinfo
   27  ./configure --enable-local
   28  sudo apt-get install gawk
   29  ./configure --enable-local
   30  sudo apt-get install make
   31  ./configure --enable-local
   32  sudo apt-get install libtool
   33  ./configure --enable-local
   34  sudo apt-get install ncurses
   35  sudo apt-get install libncurses5-dev
   36  ./configure --enable-local
   37  nano ~/.bashrc
   38  nano history
   39  history

  • No labels