Giter Site home page Giter Site logo

zhangyanlin / kconfig Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cepharum/kconfig

0.0 1.0 0.0 332 KB

extraction of kconfig included with Linux kernel source tree

License: Other

Makefile 2.56% Shell 1.34% C 75.94% C++ 11.79% Perl 3.41% Lex 1.50% Yacc 3.46%

kconfig's Introduction

kconfig

extraction of kconfig included with Linux kernel source tree

cepharum GmbH was looking for more instant access on kconfig to conveniently integrate it in a product's installer script. Since checking out from Linux kernel source tree is a time-wasting process this sparse clone has been started. By running our own clone we keep control over ongoing development of kconfig and how this affects integrity of our installer script.

By intention all original code was kept as-is after extracting from kernel sources.

Compiling

Prerequisites

Ensure to have proper toolchain on your system. Compiling mconf requires C compiler and GNU make at least. In addition you need to install development files of ncurses library.

Ubuntu 14.04 LTS

Install prerequisites by invoking

sudo apt-get install gcc make libncurses5-dev

Invoking

Creating mconf is available using separate Makefile providing default target for building mconf executable in this folder. Simply invoke

make -f Makefile.cepharum

After that you might instantly run mconf by invoking

./mconf <yourconfigfile>

kconfig's People

Contributors

soletan avatar

Watchers

 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.