wiki:jazz/ocsync

Version 4 (modified by jazz, 12 years ago) (diff)

--

Compile ocsync from source on Ubuntu 12.04

Download ocsync source tarball

Setup Develop Environment

  • [Reference] http://gremu.net/blog/2010/building-csync-ubuntu-910/
    • resolving dependencies :
      • CMake
      • check
      • log4c
      • sqlite3
      • libiniparser
      • libsmbclient
      • libssh
    • jazz@precise:~$ sudo apt-get install build-essential cmake check liblog4c3 liblog4c-dev libsqlite3-0 libsqlite3-dev libsmbclient-dev
      
    • installing libiniparser
      jazz@precise:~$ wget http://ndevilla.free.fr/iniparser/iniparser-3.1.tar.gz
      jazz@precise:~$ tar zxvf iniparser-3.1.tar.gz
      jazz@precise:~$ (cd iniparser/; make; sudo cp libiniparser.* /usr/lib)
      
  • We want to build Windows Client , so we will have to use mingw32
    jazz@precise:~$ sudo apt-get install mingw-w64 mingw-w64-dev g++-mingw-w64 gcc-mingw-w64 
    

}}}