Coder Social home page Coder Social logo

bootable-live-installer's Introduction

Document where to download the source file and how to compile binary:

busybox:
  Source for the latest released version, as well as daily snapshots,
  can always be downloaded from: https://busybox.net/downloads/
  Compile steps : make defconfig / make menuconfig / make

  BusyBox is extremely configurable.  This allows you to include only the
  components and options you need, thereby reducing binary size.  Run 'make
  config' or 'make menuconfig' to select the functionality that you wish to
  enable.  (See 'make help' for more commands.)


dmidecode:
  Can always be downloaded or also get the latest sources using git:http://www.nongnu.org/dmidecode/
  Compile steps : make

  The home web page for dmidecode is hosted on Savannah: http://www.nongnu.org/dmidecode/
  You will find the latest version (including CVS) there, as well as fresh news
  and other interesting material, such as a list of related projects and articles.

  There's no configure script, so simply run "make" to build dmidecode, and
  "make install" to install it. You also can use "make uninstall" to remove
  all the files you installed.

  Run "make" on ubuntu, compilation defaults to link dynamic libraries,
  so binary size is very small and can't run well on board.
  We can modify makefile to 'LDFLAGS = -static' support static compilation.


mke2fs:
  can always be downloaded or also get the latest sources using git: http://e2fsprogs.sourceforge.net/
  Compile steps : ./configure / make
  You can always find information about the latest version at the the e2fsprogs web page,
  which is:http://e2fsprogs.sourceforge.net

  Run "make" on ubuntu, compilation defaults to link dynamic libraries,
  so binary size is very small and can't run well on board.
  We can modify makefile to 'LDFLAGS = -static' support static compilation.


mkfs.fat:
  Can get the latest sources using git: https://github.com/dosfstools/dosfstools
  dosfstools are built using an autoconf/automake system, so the standard method applies:
  Compile steps : ./autogen.sh / ./configure / make

  Run "make" on ubuntu, compilation defaults to link dynamic libraries,
  so binary size is very small and can't run well on board.
  We can modify makefile to 'LDFLAGS = -static' support static compilation.


sgdisk:
  Can get the latest sources using git: https://github.com/Shihta/gdisk
  Compile steps : make

  If you have following make error, you can fix this error by 'sudo apt-get install libncursesw5-dev' .
       gptcurses.cc:25:10: fatal error: ncursesw/ncurses.h: No such file or directory
       #include <ncursesw/ncurses.h>
       ^~~~~~~~~~~~~~~~~~~~
       compilation terminated.
       <builtin>: recipe for target 'gptcurses.o' failed
       make: *** [gptcurses.o] Error 1

  Run "make" on ubuntu, compilation defaults to link dynamic libraries,
  so binary size is very small and can't run well on board.
  We can modify makefile to 'LDFLAGS = -static' support static compilation.

bootable-live-installer's People

Contributors

tanminger avatar harishkrupo avatar mengxianglinx avatar kv-abhilash avatar chenlin3 avatar kishore409 avatar zhouyanhongx avatar graspempty avatar swaroopbalan 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.