Giter Site home page Giter Site logo

wenzongfan / kconfig-frontends-win32 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from reclone/kconfig-frontends-win32

0.0 2.0 0.0 633 KB

Linux Kernel configuration tools - Windows Port

License: Other

CMake 2.13% Makefile 3.52% Shell 1.48% M4 1.69% C 84.27% C++ 3.85% Lex 0.49% Yacc 1.13% Objective-C 0.73% Python 0.28% Batchfile 0.44%

kconfig-frontends-win32's Introduction

This package contains the kconfig frontends and parser.

Kconfig is the configuration language used by the Linux kernel. This package
is a simple copy of the frontends and the parser found in the Linux kernel
source tree, with very minor changes to adapt them to being built out of
the kernel build infrastructure.

This package has been ported to Windows, so the code has been changed to get
it work properly. The package also contains a copy PDCurses with some minor
changes. By now only the following tools have been ported:
 - kconfig-conf
 - kconfig-mconf
 - kconfig-tweak (as a .bat file)

Under non Windows platforms use the original package from:
http://ymorin.is-a-geek.org/projects/kconfig-frontends


General Build Instructions

Install MinGW, CMake, and GnuWin32 (using GetGnuWin32).
Add C:\MinGW\bin;C:\gnuwin32\bin to the %Path% environment variable.
Add C:\gnuwin32\include to the %INCLUDE% environment variable.
Add C:\gnuwin32\lib to the %LIB% environemnt variable.

git clone https://github.com/reclone/kconfig-frontends-win32.git
cd kconfig-frontends-win32
mkdir build
cd build
cmake -G "MinGW Makefiles" ..
make

cp ./bin/kconfig-mconf.exe c:/gnuwin32/bin/
cp ./bin/kconfig-conf.exe c:/gnuwin32/bin/
cp ../utils/kconfig-tweak.bat c:/gnuwin32/bin

kconfig-frontends-win32's People

Contributors

yann-morin-1998 avatar ymorin-orange avatar chauplac avatar yselkowitz avatar arnout avatar

Watchers

James Cloos avatar Wenzong Fan 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.