Skip to content

fsquillace/proot-static-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

How to build static PRoot

make proot

The outcome will be:

  • src/ - contains the source code for proot and all its dependencies
  • pkg/ - contains the compiled library dependencies
  • out/ - contains the statically linked proot executable

To change the proot code location to https://github.com/myuser/PRoot.git (instead of the default https://github.com/proot-me/PRoot.git) and use the given branch myproot:

make proot proot-url=https://github.com/myuser/PRoot.git proot-branch=myproot

To clean:

make clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published