Building SynCE with Windows Mobile 2005 support from SourceForge Packages
From SynCE-Wiki
The recipe below builds SynCE and Windows Mobile 2005 support using the 0.10.0 release.
Contents |
[edit]
Download SourceForge Packages
Download the following files:
- synce-libsynce-0.10.0.tar.gz
- synce-librapi2-0.10.0.tar.gz
- synce-odccm-0.10.0.tar.gz
- synce-gnome-0.10.0.tar.gz
[edit]
Unzip and Compile Packages
In the following instructions, the sudo command is used. If you are unfamiliar with this command, then use su. To follow the instructions, you must replace this command:
sudo make install
with these commands:
su (enter root password) make install exit
sudo executes one command as the super-user. In the second set of commands, the user enters super-user mode by executing su, carries out the command in the instructions, and then leaves super-user mode.
[edit]
libsynce
tar xzf synce-libsynce-0.10.0.tar.gz cd libsynce-0.10.0/ ./configure --enable-desktop-integration make sudo make install cd ..
[edit]
librapi2
tar xzf synce-librapi2-0.10.0.tar.gz cd librapi2-0.10.0/ ./configure make sudo make install cd ..
[edit]
odccm
tar xzf synce-odccm-0.10.0.tar.gz cd odccm-0.10.0/ ./configure make sudo make install sudo cp data/dbus/odccm.conf /etc/dbus-1/system.d/ cd ..
[edit]
synce-gnome
tar zxf synce-gnome-0.10.0.tar.gz
[edit]
Success
Congratulations, you have just installed SynCE. Next step:
