freeswitch/libs/apr
Michael Jerris 673ce5afba msvc 9 build tweak.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6626 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-11 09:52:42 +00:00
..
atomic
build start adding solaris suncc 64 bit support native in the build system 2007-11-15 20:07:34 +00:00
docs
dso
file_io
helpers
images
include msvc 9 build tweak. 2007-12-11 09:52:42 +00:00
locks
memory/unix
misc
mmap
network_io fix sendfile for 10.5 2007-11-08 13:45:57 +00:00
passwd
poll
random/unix
shmem
strings
support/unix
tables
test
threadproc
time
user
.update add .update files to the libs that we can use to force rebuilds of libs 2007-03-16 21:22:04 +00:00
CHANGES
LICENSE
Makefile.in
NOTICE
NWGNUmakefile
README.dev
apr-config.in
apr.dsp
apr.dsw
apr.pc.in
apr.spec
build-outputs.mk
build.conf
buildconf
config.layout
configure.gnu fix pic flags and some typos. Core now builds all static 2007-03-11 08:33:49 +00:00
configure.in start adding solaris suncc 64 bit support native in the build system 2007-11-15 20:07:34 +00:00
emacs-mode
libapr.dsp
libapr.rc
libaprnw.mcp.zip
renames_pending

README.dev

Apache Portable Runtime
=======================

If you are building APR from SVN, you need to use a slightly non-standard
build process.  You must have autoconf and libtool installed for this to
work.  There are three steps:

1) ./buildconf
2) ./configure
3) make

If you are building APR from a distribution tarball, buildconf will have
already been run for you, and you therefore do not need to have either
autoconf or libtool installed, and you do not need to run buildconf.  Skip
step one above and just run configure then make.

Generating Test Coverage information
====================================

If you want to generate test coverage data, use the following steps:

1) ./buildconf
2) CFLAGS="-fprofile-arcs -ftest-coverage" ./configure
3) make
4) cd test
5) make
6) ./testall
7) cd ..
8) make gcov