Skip to content
ericpignet edited this page Sep 14, 2010 · 8 revisions

Install Neposync from packages

Archlinux

Neposync package is in AUR: just type yaourt neposync or yaourt neposync-git

More distributions to come…

Install Neposync from source code

Install dependencies if needed

Ubuntu dependencies (tested with Kubuntu 10.04 LTS):
sudo apt-get install qt4-qmake kdelibs5-dev libkexiv2-8-dev libmysqlclient-dev libtag1-dev libmysqld-dev libssl-dev

Archlinux dependencies: pacman -S kdegraphics-libs libmysqlclient taglib openssl

Mandriva dependencies: libmysql-static-devel libopenssl-devel +????

Compile/install the program

Neposync is a simple Qt C++ program, using KDE libs. At your choice, you can:

  • download the source tarfile (available in Downloads page)
  • retrieve git sources: git clone git://github.com/ericpignet/neposync.git

To compile, just type qmake && make
Then, you can:

  • copy neposync executable to your /usr/bin directory
  • create an alias to the executable in your ~/.bashrc file or equivalent: alias neposync="/path/to/neposync"