Wednesday July 05, 2006
Unison for Solaris x86 / AMD64 / Sparc platform Unison is a file-synchronization tool for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other.
For more documentation click here.
If one needs compiled version of unison for AMD64 / x86 platform you can download it from here unison.gz
For SPARC version you can download from unison-sparc.gz
Download and gunzip unison.
Below are the for building on Solaris AMD / x86 / SPARC platform :-
Compile Ocaml:-
*) Download ocaml-3.09.2.tar.gz
*) Do ./configure
*) gmake world
*) gmake opt
*) gmake install
Compile Cl75:-
*) Download cl75unix.tar.gz
*) cd src
*) gmake configure && gmake world && gmake install
Compile labgtk :-
*) Download lablgtk-2.6.0.tar.gz
*) Do ./configure
*) sed 's/\-mt//g' config.make > config.make.mod
*) mv config.make.mod config.make
*) gmake world && gmake install
Compile unison :-
*) Download unison-2.13.16.tar.gz
*) sed 's/tail/gtail/g' Makefile.OCaml > Makefile.OCaml.mod
*) mv Makefile.OCaml.mod Makefile.OCam
*) gmake UISTYLE=gtk2 STATIC=true
*) copy unison to your location
Posted by pradhap
( Jul 05 2006, 12:23:16 AM PDT )
Permalink