Coder Social home page Coder Social logo

mkblob's Introduction

mkblob

Tool to make executables independent from libraries.

Make with makeall_el8.sh on x86_64 version of CentOS 8 or Red Hat Enterprise 8.

You might have to tweak the script to make it compile on other distributions. Also glibc-static is needed to compile. (dnf install glibc-static) Precompiled binary is included in directory binary_x86_64 as well as rpm and deb files.

mkblob should run on any x86_64 as it is statically compiled and includes all files it needs.

With mkblob you can make new library independent executable which you can move around different Linux distributions. It will gather all the dependecies it needs to run and other files your program uses.

Project was originally started to make opencv programs able to run without recompiling/rebuilding/installing.

Example: mkblob /bin/ls -o ls.blob -static

mkblob can be used on not only binaries, but scripts as well, like shell, perl and python and so on. If you need or want to pass arguments to your (binary) program you should create a script which does this and then run this script with mkblob.

There is also a Raspberry Pi version at: https://github.com/sigurd-dev/mkblob-rpi

For more information please visit: http://www.dagestad.info/mkblob

License is for now GPLv3.

mkblob's People

Contributors

sigurd-dev 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.