(tagfs)
a semantic filesystem for Linux kernels
based on libfuse
Download tagsistant
Tagsistant is available as a tar.bz2 archive and as a tar.gz archive. If you want to check authenticity of files, please visit download area and get signatures for tarball files.
You can also download latest version from subversion repository. Install subversion client and enter the command:
svn co http://svn.gna.org/svn/tagfs/trunk tagsistant
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.
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
(c) 2006-2008 Tx0 <tx0@strumentiresistenti.org>
[ ..snip..]