Skip to content

Commit

Permalink
README: Mention how excellent the .deb package is to use
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed Jul 29, 2019
1 parent 77edc5d commit e9ea4e9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,17 @@ user@example:~/> sudo apt install pkg-config
```

uftpd, as well as its dependencies, can be built as `.deb` packages on
Debian or Ubuntu based distributions. Simply download each source
component and run
Debian or Ubuntu based distributions. Download and install each of the
dependencies, and then run

./autogen.sh <--- Only needed if using GIT sources
./configure
make package

The `.deb` package takes care of setting up `/etc/inetd.conf`, create an
`ftp` user and an `/srv/ftp` home directory with write permissions for
all members of the `users` group.

If you are using a different Linux or UNIX distribution, check the
output from `./configure --help`, followed by `make all install`.
For instance, building on [Alpine Linux](https://alpinelinux.org/):
Expand Down

0 comments on commit e9ea4e9

Please sign in to comment.