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
- Host: GitHub
- URL: https://github.com/valtri/tinyafs
- Owner: valtri
- License: mit
- Created: 2015-06-23T12:43:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T23:05:38.000Z (over 4 years ago)
- Last Synced: 2025-02-07T06:14:54.813Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 <