An open API service indexing awesome lists of open source software.

https://github.com/valtri/tinyafs

AFS scanner library and utilities
https://github.com/valtri/tinyafs

Last synced: about 1 year ago
JSON representation

AFS scanner library and utilities

Awesome Lists containing this project

README

          

## tinyafs

AFS scanner library and utilities

### Installation

#### Dependencies

For *tinyafs*:

* libopenafs-dev / openafs-devel
* libglite-lbjp-common-db-dev / glite-lbjp-common-db-devel

For *glite-lbjp-common-db*:

* libmysqlclient-dev / mariadb-devel
* liblog4c-dev / log4c-devel

#### Build glite-lbjp-common-db

git clone https://github.com/CESNET/glite-lb
cd glite-lb
org.glite.lb/configure --prefix=/usr/local --root=/ --enable-db --with-postgresql=no

# will do also installation
su
make

#### Build tinyafs

cat > Makefile.inc <