Diff for "iFolderClient"


Differences between revisions 27 and 39 (spanning 12 versions)
Revision 27 as of 2010-05-28 14:07:38
Size: 2075
Editor: ppp-70-225-139-229
Comment: Need to resolve dependencies by hand. Too bad gdebi output so many warnings or I'd recommend it.
Revision 39 as of 2010-05-30 20:26:22
Size: 143
Editor: dsl-208-92-18-118
Comment: Consolidate installation instruction to one single page for iFolder client and server.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents>>|| = Installing iFolder Client =
Installation instruction have been move to this [[iFolderInstall| wiki page]].
Line 3: Line 4:
'''Attention: The following is a work in progress.'''

'''The following is EXPERIMENTAL and should be used by experienced user only.'''

== Installing Simias ==

Add repository to install cli-common-dev 0.7.1 plus the GPG key.
{{{
sudo bash -c "echo '# Repository for cli-common-dev' >> /etc/apt/sources.list"
sudo bash -c "echo 'deb http://badgerports.org/ lucid main' >> /etc/apt/sources.list"
wget http://badgerports.org/directhex.ppa.asc -O - | sudo apt-key add -
sudo apt-get update
}}}

Install required packages.
{{{
sudo apt-get install bzr bzr-builddep equivs
}}}

Get source and install build dependencies.
{{{
cd /tmp
bzr branch http://bazaar.launchpad.net/~csights/+junk/simias/
cd simias
mk-build-deps
sudo dpkg -i simias-build-deps_1.0_all.deb
}}}

Now use aptitude or your favorite package manager to install any broken build-dependencies.

Compile.
{{{
bzr-buildpackage
}}}
During execution of ''bzr-buildpackage '' you need to '''Ignore''' the following error message. It's related to signing the package which can only be done by the maintainer.
{{{
running debsign failed bzr: ERROR: The build failed.
}}}
Last step is to install the generated packages.
{{{
cd ../build-area
sudo dpkg -i simias-common*deb libsimias*deb simias-client*deb
}}}

== Installing iFolder Client ==
Install required packages.
{{{
sudo apt-get install libgtk2.0-cil-dev libgnome2.0-cil-dev libgconf2.0-cil-dev gtk-sharp2-gapi libgtk2.0-dev libglade2.0-cil-dev libsimias-dev
}}}
Get source and compile.
{{{
cd /tmp
bzr branch http://bazaar.launchpad.net/~csights/+junk/ifolder-client/
cd simias
mk-build-deps
sudo dpkg -i ifolder3-build-deps_1.0_all.deb
bzr-buildpackage
}}}
Last step is to install the generated packages.
{{{
cd ../build-area
sudo dpkg -i ifolder*deb
}}}

== References ==
http://groups.google.com/group/ifolder-ubuntu-debian-dev/t/70ea1a0c2198b573
= See Also =
 * [[iFolder]]

Installing iFolder Client

Installation instruction have been move to this wiki page.

See Also

iFolderClient (last edited 2010-05-30 20:26:22 by dsl-208-92-18-118)