bump up to release 0.28.5
[tools/mic.git] / doc / install.rst
1 MIC Installation
2 ================
3
4 .. contents:: Table of Contents
5
6 Overview
7 --------
8 Many mainstream Linux distributions are supported in Tizen Tools repository, including:
9
10 - Ubuntu (12.10, 12.04, 11.10)
11 - openSUSE (12.2, 12.1)
12 - Feodra (17, 16)
13 - Debian (7.0)
14
15 Ubuntu Installation
16 -------------------
17 1. Append Tizen Tools Repository, example: Ubuntu 12.04
18 ::
19
20    $ sudo vi /etc/apt/sources.list
21
22 Append this line:
23 ::
24
25    deb http://download.tizen.org/tools/latest-release/Ubuntu_12.04/ /
26
27 2. Install or upgrade tools
28 ::
29
30   $ sudo apt-get update
31   $ sudo apt-get install mic
32
33 OpenSUSE Installation
34 ---------------------
35 1. Adding Tizen Tools Repository, example: openSUSE12.1
36 ::
37
38   $ sudo zypper addrepo http://download.tizen.org/tools/latest-release/openSUSE_12.1/ tools
39
40 2. Install tools
41 ::
42
43   $ sudo zypper refresh
44   $ sudo zypper install mic
45
46 3. Upgrade tools
47 ::
48
49   $ sudo zypper refresh
50   $ sudo zypper update mic
51
52 Fedora Installation
53 -------------------
54 1. Adding Tizen Tools Repository, example: Fedora17
55 ::
56
57   $ sudo wget -O /etc/yum.repos.d/tools.repo http://download.tizen.org/tools/latest-release/Fedora_17/Tools.repo
58
59 2. Install tools
60 ::
61
62   $ sudo yum makecache
63   $ sudo yum install mic
64
65 3. Upgrade tools
66 ::
67
68   $ sudo yum makecache
69   $ sudo yum update mic
70
71 Source Installation
72 -------------------
73 To make your source insatllation work, you should make sure you have installed all required depends of mic. Then run 'make install' to install MIC from source:
74 ::
75
76   $ cd mic
77   $ sudo make install