Tagsistant

All your files, quickly and easily.
Download Tagsistant!
Tuesday, 19 August 2008 15:56

Tagsistant is available as a tar.bz2 archive.

You can also download latest version from subversion repository. Install subversion client and checkout the development version:

svn co http://svn.gna.org/svn/tagfs/trunk tagsistant

or the 0.2 stable version:

svn co http://svn.gna.org/svn/tagfs/tags/0.2 tagsistant-0.2

A tagsistant directory will be created, containing all the sources. If you only want to take a look at sources on-line, use subversion browsing tool available at GNA!

To compile tagsistant be sure to have SQLite and FUSE libraries installed. Usually both libraries are available as a standard package in most GNU/Linux distributions. Using Ubuntu as an example, you need to install following packages: libsqlite3-dev and libfuse-dev. Packaging system will fullfill all the dependencies.

You'll also need Gtk and Glib packages (libgtk2.0-dev and libglib2.0-dev under Ubuntu) if you want to compile tagman, the Tagsistant manager.

To compile follow these steps:

~/tagsistant$ ./configure
~/tagsistant$ make
~/tagsistant$ sudo make install
~/tagsistant$ tagsistant --help
Tagsistant (tagfs) v.0.0.20061220
Semantic File System for Linux kernels
[ ..snip..]

Last Updated on Friday, 09 December 2011 11:54