Skip to content
Snippets Groups Projects
Commit 361132ed976c authored by Daniel Veillard's avatar Daniel Veillard
Browse files

Imported into GNOME CVS base

added an INSTALL short doc,
Does nothing so far this is mostly infrastructure
Daniel
parent e83bab0ed5df
No related branches found
No related tags found
No related merge requests found
Sun Jan 7 15:10:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* configure.in Makefile.am AUTHORS NEWS autogen.sh config.h.in
libxslt/Makefile.am tests/Makefile.am:
Created the library framework, imported it into the GNOME CVS base
* INSTALL: added a small instruction file.
Sun Jan 7 13:51:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* libxslt/xslt.[ch] libxslt/xsltInternals.h libxslt/xsltproc.c:
......
INSTALL 0 → 100644
How to install the XSLT library:
Requirements:
=============
this library requires libxml2 which you can grab from
either the GNOME FTP or the xmlsoft.org server:
ftp://xmlsoft.org/
When installing from a distribution package like a tar.gz:
==========================================================
expand the package
run ./configure possibly indicating the desired installation prefix:
./configure --prefix=/usr
then run
make
to build the project and
make install
(possibly after having gained root access) to instal the library
and associated include and scripts.
When installing from a checkout of the GNOME CVS base:
======================================================
run ./autogen.sh possibly indicating the desired installation prefix:
./autogen.sh --prefix=/usr
then run
make
to build the project and
make install
(possibly after having gained root access) to instal the library
and associated include and scripts.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment