# proot **Repository Path**: OtherCopy/proot ## Basic Information - **Project Name**: proot - **Description**: mirror of https://github.com/proot-me/proot.git - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-02-22 - **Last Updated**: 2022-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README PRoot ===== *chroot, mount --bind, and binfmt_misc without privilege/setup for Linux* Build status ============ .. image:: https://img.shields.io/gitlab/pipeline/proot/proot.svg?label=gitlab-ci&style=flat-square :target: https://gitlab.com/proot/proot/pipelines .. image:: https://img.shields.io/travis/proot-me/proot.svg?label=travis-ci&style=flat-square :target: https://travis-ci.org/proot-me/proot .. image:: https://img.shields.io/badge/scan--build-latest-yellow.svg?style=flat-square :target: https://proot.gitlab.io/proot/reports/scan-build .. image:: https://img.shields.io/badge/lcov-latest-6688D4.svg?style=flat-square :target: https://proot.gitlab.io/proot/reports/lcov .. image:: https://img.shields.io/cii/summary/2444.svg?label=cii-best-practices&style=flat-square :target: https://bestpractices.coreinfrastructure.org/projects/2444 .. image:: https://img.shields.io/badge/DOI-10.5281%2Fzenodo.3751971-blue?style=flat-square :target: https://doi.org/10.5281/zenodo.3751971 Compiling ========= The following commands can be used to compile PRoot and CARE:: make -C src loader.elf loader-m32.elf build.h # first build the config and loader make -C src proot care # then compile PRoot and CARE make -C test # run test suite |asciicast| .. |asciicast| image:: https://asciinema.org/a/315367.svg :target: https://asciinema.org/a/315367 Dependencies ============ - `libarchive `_ - `libtalloc `_ - `uthash `_ (only required for building CARE) Manuals ======= - `PRoot `_ - `CARE `_ Support ======= - `Mailing List `_ - `Forum `_ - `Chat `_ License ======= SPDX-License-Identifier: `GPL-2.0-or-later `_