The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)


Mic installation

From Mer Wiki
(Difference between revisions)
Jump to: navigation, search
(MIC Source)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 +
'''This page is obsolete'''
 +
 
This installation guide is untested for Mer - please be careful. [[Category:FIXME]] FIXME: The repos should be replaced with Mer:Tools when available,
 
This installation guide is untested for Mer - please be careful. [[Category:FIXME]] FIXME: The repos should be replaced with Mer:Tools when available,
  
Line 57: Line 59:
 
More on installation dependencies and options on downloading MIC, go to the 'Installation' section here: [[Image_Creation#Installation_Requirements]]
 
More on installation dependencies and options on downloading MIC, go to the 'Installation' section here: [[Image_Creation#Installation_Requirements]]
  
[[Category:mic2]]
+
[[Category:mic]]

Latest revision as of 10:10, 3 August 2012

This page is obsolete

This installation guide is untested for Mer - please be careful. FIXME: The repos should be replaced with Mer:Tools when available,

Contents

[edit] OpenSuse

add repo like this:

sudo zypper addrepo http://repo.meego.com/MeeGo/tools/repos/opensuse/11.4/ meego-tools
sudo zypper refresh
sudo zypper install mic2

Install mic2:

sudo zypper addrepo http://repo.meego.com/MeeGo/tools/repos/meego/1.1/ meego-tools
sudo zypper refresh
sudo zypper install mic2

[edit] Fedora

add repo like this:

# cat <<REPO > /etc/yum.repos.d/meego-tools.repo
[meego-tools]
name=Mer Tools for Fedora
baseurl=http://repo.meego.com/MeeGo/tools/repos/fedora/\$releasever
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-meego
REPO

add gpg key:

# gpg2 --keyserver subkeys.pgp.net --recv 0BC7BEC479FC1F8A
# gpg2 --export --armor 0BC7BEC479FC1F8A > /etc/pki/rpm-gpg/RPM-GPG-KEY-meego

Install mic2:

yum install mic2

[edit] Ubuntu or Debian

For Ubuntu 10.10, add the below line to /etc/apt/sources.list

deb http://repo.meego.com/MeeGo/tools/repos/ubuntu/10.10/ /

For Debian 5.0, add the below line to /etc/apt/sources.list

deb http://repo.meego.com/MeeGo/tools/repos/debian/5.0/ /

add gpg key:

gpg --keyserver subkeys.pgp.net --recv 0BC7BEC479FC1F8A
gpg -a --output /tmp/pub.asc --export 0BC7BEC479FC1F8A
sudo apt-key add /tmp/pub.asc && rm /tmp/pub.asc
apt-get update

Install mic2:

sudo apt-get update
sudo apt-get install mic2

[edit] MIC Source

Download MIC source from Gitorious(Image-creator):

git clone git://gitorious.org/meego-developer-tools/image-creator.git

More on installation dependencies and options on downloading MIC, go to the 'Installation' section here: Image_Creation#Installation_Requirements

Personal tools