Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 869 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 869 Bytes

MiniBox

MiniBox is an alternative for Busybox and Toybox. MiniBox yet does not support all the featues that are supported by Busybox and Toybox because this is still under development.

How to Compile

Note: It is assumed that you are using linux system which has gcc, g++, cmake, ccmake and make packages installed. It is also assumed that you already have previous knowledge of using terminal and basic linux commands.

  1. Download the source code from github
    git clone https://github.com/ayuzzh/MiniBox.

  2. Change the directory into root of the repository
    cd MiniBox.

  3. Configure the project using cmake
    cmake -S . -B build.

  4. Change the directory to build directory
    cd build.

  5. Now its finale step of compiling MiniBox make -j$(nproc --ignore=1). Now the executable is found in build. Execute it by typing ./minibox.