[xiph-cvs] cvs commit: libshout INSTALL Makefile.am

Brendan brendan at xiph.org
Fri Jun 13 16:04:24 PDT 2003



brendan     03/06/13 19:04:23

  Modified:    .        Makefile.am
  Added:       .        INSTALL
  Log:
  Add (somewhat terse) installation instructions. We're T-epsilon
  from release. make install still needs some tweaks.

Revision  Changes    Path
1.11      +2 -2      libshout/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/libshout/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -u -r1.10 -r1.11
--- Makefile.am	13 Jun 2003 18:38:57 -0000	1.10
+++ Makefile.am	13 Jun 2003 23:04:23 -0000	1.11
@@ -5,8 +5,8 @@ ACLOCAL_AMFLAGS = -I m4
 
 SUBDIRS = include src examples
 
-EXTRA_DIST = README COPYING shout.m4 m4/ac_config_libconfig_in.m4 m4/acx_pthread.m4 \
-	m4/ogg.m4 m4/vorbis.m4 m4/xiph_clean_ccflags.m4
+EXTRA_DIST = COPYING INSTALL README shout.m4 m4/ac_config_libconfig_in.m4 \
+	m4/acx_pthread.m4 m4/ogg.m4 m4/vorbis.m4 m4/xiph_clean_ccflags.m4
 
 m4datadir = $(datadir)/aclocal
 m4data_DATA = shout.m4

<p><p>1.1                  libshout/INSTALL

Index: INSTALL
===================================================================
Prerequisites
-------------

libvorbis
libogg

Both of these libraries must be installed before you can build
libshout. If they aren't available in your OS's package system, you
can find them at vorbis.com.

Building
--------

Normally, just ./configure; make

You may need to specify --with-ogg-prefix and/or --with-vorbis-prefix
if you have installed those libraries in a non-standard
location. The arguments to these will match the --prefix you used when
configuring ogg and vorbis, respectively.

You may also choose to build libshout without thread safety, with the
--disable-pthread argument to configure. Only do this if you know you
will never be using the library in a threaded application, or if you
intend to make all calls to libshout threadsafe by hand in your
calling application.

Installation
------------
(as root) make install

This will install header files in $(prefix)/shout and library files in
$(prefix)/lib.

configure will have detected whether or not you have pkg-config
automatically. If you have, it will place a pkg-config data file in
$(prefix)/lib/pkgconfig, otherwise it will place a shout-config script
in $(prefix)/bin. You can force libshout to use shout-config instead
of pkgconfig with the configure option --disable-pkgconfig.

$Id: INSTALL,v 1.1 2003/06/13 23:04:23 brendan Exp $

<p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list