Metadata-Version: 2.1
Name: kmaxtools
Version: 2.1rc2
Summary: Tools for working with symbolic  constraints from Kbuild Makefile.
Home-page: https://github.com/paulgazz/kmax
Author: Paul Gazzillo
Author-email: paul@pgazz.com
License: GPLv2+
Description: <!-- START doctoc generated TOC please keep comment here to allow auto update -->
        <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
        
        
        - [The Kmax Tool Suite](#the-kmax-tool-suite)
          - [Getting Started](#getting-started)
          - [Upgrading `kmaxtools`](#upgrading-kmaxtools)
          - [Additional Documentation](#additional-documentation)
        
        <!-- END doctoc generated TOC please keep comment here to allow auto update -->
        
        
        # The Kmax Tool Suite
        
        ## Getting Started
        
        
        
        Install via `pip3` for python 3.X or `pip` for python 2.X:
        
            sudo pip3 install kmaxtools
        
        Download the Linux source:
        
            wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.tar.xz
            tar -xvf linux-5.4.tar.xz
        
        Run `klocalizer`
        
            cd linux-5.4/
            klocalizer drivers/usb/storage/alauda.o
        
        Build the resulting `.config` file with [make.cross](https://github.com/fengguang/lkp-tests/blob/master/sbin/make.cross):
        
            make.cross ARCH=x86_64 olddefconfig; make.cross ARCH=x86_64 clean drivers/usb/storage/alauda.o
        
        ## Upgrading `kmaxtools`
        
        Use the `-U` flag to `pip3`/`pip`:
        
            sudo pip install -U kmaxtools
        
        ## Additional Documentation
        
        [Overview](https://github.com/paulgazz/kmax/blob/master/docs/overview.md)
        
        [Advanced Usage](https://github.com/paulgazz/kmax/blob/master/docs/advanced.md)
        
        [Bugs Found by `kmaxtools`](https://github.com/paulgazz/kmax/blob/master/docs/bugs_found.md)
        
Keywords: makefile kconfig kbuild configurations kmax kclause klocalizer
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Description-Content-Type: text/markdown
