mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-25 15:20:10 +01:00
Add note to use ./autogen.sh instead of ./configure when working with source from cvs.
This commit is contained in:
parent
eb2316ecc7
commit
41c321fffa
2 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-08-31 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* INSTALL: Add note to use ./autogen.sh instead of ./configure
|
||||
when working with source from cvs.
|
||||
|
||||
2005-08-31 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* test/get-and-set.c: Fix test to not try to set a non-invertible
|
||||
|
|
|
|||
4
INSTALL
4
INSTALL
|
|
@ -16,6 +16,10 @@ This final step may require temporary root access (eg. with sudo) if
|
|||
you don't have write permission to the directory in which cairo will
|
||||
be installed.
|
||||
|
||||
NOTE: If you are working with source from CVS rather than from a tar
|
||||
file, then you should use ./autogen.sh in place of ./configure
|
||||
anywhere it is mentioned in these instructions.
|
||||
|
||||
More detailed build instructions
|
||||
--------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue