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)
Line 52: Line 52:
 
=MIC Source=
 
=MIC Source=
  
* Download MIC source from Gitorious:
+
Download MIC source from Gitorious([http://meego.gitorious.org/meego-developer-tools/image-creator Image-creator]):
http://meego.gitorious.org/meego-developer-tools/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]]
 
More on installation dependencies and options on downloading MIC, go to the 'Installation' section here: [[Image_Creation#Installation_Requirements]]
  
 
[[Category:mic2]]
 
[[Category:mic2]]

Revision as of 09:27, 7 February 2012

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

Contents

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

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

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

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