Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 1.09 KB

README.install.pod

File metadata and controls

49 lines (26 loc) · 1.09 KB

Installation

Debian or Ubuntu

cme and most Config::Model modules are provided as Debian package. The following command will install the framework and all available models and UIs:

sudo apt-get install --install-recommends --install-suggests cme

Mac OSX

Config::Model is provided as ppm package by ActiveState:

Windows

You can also install Config::Model from ActiveState. See the instructions for Mac OSX for details.

Fedora

Run:

yum install perl-Config-Model perl-App-Cme perl-Config-Model-TkUI

See Config::Model rpm

Other systems

For other systems, you should install Config::Model from CPAN:

cpanp install App::Cme
cpanp install Config::Model