Debian packaging of the file type detection program file and library libmagic http://www.darwinsys.com/file/

Christoph Biedl 086c2df06e file 1:5.45-3 2 weeks ago
debian 086c2df06e file 1:5.45-3 2 weeks ago
doc b80c85674f Import upstream version 5.45 7 months ago
m4 826ee4ffbf Import upstream version 5.41 2 years ago
magic b80c85674f Import upstream version 5.45 7 months ago
python b80c85674f Import upstream version 5.45 7 months ago
src b80c85674f Import upstream version 5.45 7 months ago
tests b80c85674f Import upstream version 5.45 7 months ago
AUTHORS 993f664c6d Import upstream version 5.35 5 years ago
COPYING 993f664c6d Import upstream version 5.35 5 years ago
ChangeLog b80c85674f Import upstream version 5.45 7 months ago
INSTALL 1a0aaa1f36 Import upstream version 5.08 12 years ago
MAINT 943dbe8879 Import upstream version 5.24 8 years ago
Makefile.am 589d555c46 Import upstream version 5.43 1 year ago
Makefile.in b80c85674f Import upstream version 5.45 7 months ago
NEWS 993f664c6d Import upstream version 5.35 5 years ago
README.DEVELOPER 826ee4ffbf Import upstream version 5.41 2 years ago
README.md b80c85674f Import upstream version 5.45 7 months ago
RELEASE-PROCEDURE 826ee4ffbf Import upstream version 5.41 2 years ago
TODO f2fd0b683d Import upstream version 5.33 6 years ago
acinclude.m4 c78ecb72dd Import upstream version 5.44 1 year ago
aclocal.m4 b80c85674f Import upstream version 5.45 7 months ago
compile b80c85674f Import upstream version 5.45 7 months ago
config.guess b80c85674f Import upstream version 5.45 7 months ago
config.h.in b80c85674f Import upstream version 5.45 7 months ago
config.sub b80c85674f Import upstream version 5.45 7 months ago
configure b80c85674f Import upstream version 5.45 7 months ago
configure.ac b80c85674f Import upstream version 5.45 7 months ago
depcomp b80c85674f Import upstream version 5.45 7 months ago
install-sh 6c805a8615 Import upstream version 5.34 5 years ago
libmagic.pc.in b80c85674f Import upstream version 5.45 7 months ago
ltmain.sh 460653f3ba Import upstream version 5.38 4 years ago
missing b80c85674f Import upstream version 5.45 7 months ago

README.DEVELOPER

# How to get started developing

@(#) $File: README.DEVELOPER,v 1.9 2021/09/20 14:04:39 christos Exp $

## Auto files

After checking out the source, run the following:

autoreconf -f -i
make distclean # this can fail if you have not built before
./configure --disable-silent-rules
make -j4
make -C tests check

If you see errors, make sure you have the latest libtool and autoconf
This has been tested with autoconf-2.69 and libtool-2.4.2

## Installing dependencies

If your platform doesn't have the above tools, install the following
packages first.

### Debian

apt-get install \
automake \
gcc \
libtool \
make \
python \
zlib1g-dev \

See also `.travis.yml`.

### Mac OS X (MacPorts)

port install \
autoconf \
automake \
libtool \

### Mac OS X (HomeBrew)

brew install autoconf automake libtool

Tested with:
autoconf 2.69
automake 1.16.1
libtool 2.4.6