Building SynCE with Windows Mobile 2005 support from Subversion


From SynCE-Wiki

(Difference between revisions)
Revision as of 14:28, 29 November 2006
Jonnylamb (Talk | contribs)

← Previous diff
Revision as of 16:24, 29 November 2006
RobVinc (Talk | contribs)

Next diff →
Line 36: Line 36:
cd ..</pre> cd ..</pre>
-Note for Fedora Core, Gentoo (and maybe other distro users): You may need to set <tt>PKG_CONFIG_PATH</tt> to <tt>/usr/local/lib/pkgconfig/</tt>: Before <tt>./configure</tt>, run:+Note for Fedora Core, Gentoo, Slackware (and maybe other distro users): You may need to set <tt>PKG_CONFIG_PATH</tt> to <tt>/usr/local/lib/pkgconfig/</tt>: Before <tt>./configure</tt>, run:
<pre> <pre>

Revision as of 16:24, 29 November 2006

Windows Mobile 2005 Support: Installing SynCE, Connecting Your Device, Using SynCE, Troubleshooting

These instructions build Windows Mobile 5 support for SynCE by using the latest bleeding edge software from SynCE's Subversion repository.

You must have a Subversion client installed.

Contents

Checkout

svn co https://svn.sourceforge.net/svnroot/synce/branches/libsynce/WM5/libsynce
svn co https://svn.sourceforge.net/svnroot/synce/branches/librapi2/WM5/librapi2
svn co https://svn.sourceforge.net/svnroot/synce/trunk/vdccm

Compilation and installation

Before you start

Make sure you've got a recent version of autoconf and automake installed (autoconf >= 2.59, automake >= 1.9, libtool, libslang-dev, libdbus-dev, g++).

libsynce

cd libsynce/
./bootstrap
./configure
make
sudo make install
cd ..

librapi2

cd librapi2/
./bootstrap
./configure
make
sudo make install
cd ..

Note for Fedora Core, Gentoo, Slackware (and maybe other distro users): You may need to set PKG_CONFIG_PATH to /usr/local/lib/pkgconfig/: Before ./configure, run:

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/

vdccm

cd vdccm/
make -f Makefile.cvs
./configure
make
sudo make install
cd ..

Success

You have just successfully installed SynCE. Next step:

Connecting Your Device