GithubHelp home page GithubHelp logo

yurinkonstantin / cross-lfs-multilib Goto Github PK

View Code? Open in Web Editor NEW

This project forked from junland/cross-lfs-multilib

0.0 0.0 0.0 438 KB

Scripts to build multilib Linux From Scratch (based on CLFS and LFS)

Shell 86.42% C 1.02% Objective-C 12.56%

cross-lfs-multilib's Introduction

cross-lfs-multilib

Scripts to build multilib Linux From Scratch (based on CLFS and LFS)

How to use:

  1. Create cross-tools and lfs dir.

    sudo mkdir -p /mnt/lfs
    sudo mkdir -p /mnt/lfs/cross-tools
    sudo mkdir -p /mnt/lfs/tools
    sudo ln -sv /mnt/lfs/tools /
    sudo ln -sv /mnt/lfs/cross-tools /
    
  2. Run ./fetch-sources to download all needed sources

    ./fetch-sources
    
  3. create $LFS directory (/mnt/lfs is default, you can change it in build-properties)

    sudo mkdir -v /mnt/lfs
    
  4. create $LFS/tools and symlink it to root directory (/)

    sudo mkdir -v /mnt/lfs/tools
    sudo ln -sv /mnt/lfs/tools /
    
  5. change perm/owner of /mnt/lfs/tools to your user (change emmett to your user)

    sudo chown -v emmett:emmett /mnt/lfs/tools
    
  6. run ./strap to build the toolchain

    ./strap
    

cross-lfs-multilib's People

Contributors

junland avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.