Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark authored Jan 28, 2024
1 parent 03803e4 commit b12fe79
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Apple Filing Protocol Library - afpfs-ng - libafpclient
## Apple Filing Protocol Client Library - afpfs-ng - libafpclient

### Description

Expand All @@ -7,22 +7,25 @@ can be used to access AFP shares exposed by multiple devices, notably Mac OS X
computers, linux devices exporting shares with netatalk, Apple Airport and
Time Capsule products as well as other NAS devices from various vendors.

### Installation

### Changelog
Pretty standard unix stuff:

This is afpfs-ng-0.8.2, it brings IPV6 support and includes many bugfixes.
Read NEWS for more details.
If you are using a bootstrapped tarball, you can skip this step.
You may need to install autoconf / automake / libtool / aclocal first.

```bash
./bootstrap
```

### Installation
Configure, build and install the software.

Pretty standard unix stuff:
```bash
./configure && make && sudo make install && echo 'done!'
```

Use --disable-fuse and/or --disable-gcrypt if your system cannot meet those dependancies.
(note that disabling gcrypt will prevent you from using login/password auth.)
(note that disabling gcrypt will prevent you from using encrypted login/password auth.)

The command line tool needs ncurses-dev and libreadline-dev to compile. Install them
with sudo apt-get install ncurses-dev libreadline-dev on ubuntu/debian.
Expand Down Expand Up @@ -90,9 +93,3 @@ Check AUTHORS for a somewhat complete list of contributors.
The original afpfs-ng webiste can be found at https://sites.google.com/site/alexthepuffin/home

This project retains the original author's license and is distributed under the GPL.


### Feedback and patches

Feel free to send your feedback/patches/flames at simon (dot) vetter (at) gmx.com .

0 comments on commit b12fe79

Please sign in to comment.