/MiniBox

Simple tool which is alternative for BusyBox and Toybox.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

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.