Skip to content
/ miconf Public

miconf -- configuration, build, release, and version control tools

Notifications You must be signed in to change notification settings

iridl/miconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Dependencies

  • miconf-multi requires python and ply

Build and Install

  • Make sure the following libraries are installed, for example:

    • Using yum:

        sudo yum install readline-devel ncurses-devel
      
    • Using apt-get:

        sudo apt-get install libreadline-dev
        sudo apt-get install libncurses5-dev
      
  • Clone miconf repository with flag --recursive:

      git clone --recursive [email protected]:iridl/miconf.git
    
  • Build and install as follows:

      make
      sudo make PREFIX=/usr/local install
    

About

miconf -- configuration, build, release, and version control tools

Resources

Stars

Watchers

Forks

Packages

No packages published