OSDN Git Service

[update] : Add an option and delete quotes
[alterlinux/alterlinux.git] / menuconfig / README.md
1 menuconfig
2 ===========
3
4 This is a standalone version of the mconf tool from the linux kernel.
5
6 Licence
7 =======
8 The code is distributed under the GPLv2.0.
9
10
11 building
12 ==========
13
14     mkdir build
15     cd build
16     cmake ..
17     make
18
19 testing
20 ==========
21
22     cd build
23     ./mconf ../test/rootconf
24
25