Coder Social home page Coder Social logo

MiniBuild build system

Overview

MiniBuild build system is a pure Python package aimed to build executables, static and shared libraries from C, C++ and ASM source files. Build process can be launched from any directory containing a minibuild.mk makefile. This file describes what type of binary is going to be built and its dependencies on other modules inside a directory tree of your project.

Supported toolchains and platforms:

  • Windows (i686, x86_64):
    • Microsoft Visual Studio 2005, 2008, 2010, 2012, 2013, 2015, 2017
    • MinGW
  • Linux (i686, x86_64, arm-eabi, aarch64):
  • MacOSX (x86_64):
    • clang

Assembly language support

By default ASM source files are supposed to be written in toolchain default assembly dialect (which is usually MASM or GAS depending on toolchain being used for build). However threre is case, when your ASM source files are written in NASM assembly language dialect. To prescribe this fact a corresponding option just has to be turned on in related makefile.

Documentation

Documentation is available at https://minibuild.github.io/minibuild/

Vitaly Murashev's Projects

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.