Diff for "iFolderClient"


Differences between revisions 36 and 37
Revision 36 as of 2010-05-29 15:34:19
Size: 2597
Editor: dsl-208-92-18-118
Comment: Fixing copy-past mistake.
Revision 37 as of 2010-05-30 01:36:01
Size: 2579
Editor: ppp-70-225-139-229
Comment: uploaded new version of simias source debs: simias-common incorporated into other packages.
Deletions are marked like this. Additions are marked like this.
Line 45: Line 45:
sudo dpkg -i libsimias*deb simias-client*deb simias-common*deb sudo dpkg -i libsimias*deb simias-client*deb

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-builddeb 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

You will (probably) see errors! They indicate that dpkg doesn't install dependencies automatically. Use aptitude or your favorite package manager to install any broken build-dependencies. It's may include the following packages : automake autoconf libtool liblog4net-cil-dev mono-xsp2-base cli-common-dev uuid-dev libxml2-dev gsoap libflaim-dev mono-devel.

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 libsimias*deb simias-client*deb

Again make sure there are no broken dependencies using aptitude or your favorite package manager.

Installing iFolder Client

Get source and install build dependencies.

cd /tmp
bzr branch http://bazaar.launchpad.net/~csights/+junk/ifolder-client/
cd ifolder-client
mk-build-deps
sudo dpkg -i ifolder3-build-deps_1.0_all.deb

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

Compile.

bzr-buildpackage

Last step is to install the generated packages.

cd ../build-area
sudo dpkg -i ifolder*deb

Start the program.

ifolder&

(Should also be in menus.)

Please join the following group if you want to help with development! http://groups.google.com/group/ifolder-ubuntu-debian-dev

References

http://groups.google.com/group/ifolder-ubuntu-debian-dev/t/70ea1a0c2198b573

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