From 9cef3efc299b7cafb5720782fc1ed5731f47d7ce Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 2 Oct 2004 15:43:14 +0000 Subject: initial stuff for 6.3 --- docs/devinfo.html | 72 +++++++------------------------------------------------ 1 file changed, 9 insertions(+), 63 deletions(-) (limited to 'docs/devinfo.html') diff --git a/docs/devinfo.html b/docs/devinfo.html index c1ddea3e4b..e1761be223 100644 --- a/docs/devinfo.html +++ b/docs/devinfo.html @@ -123,83 +123,40 @@ XXX to do These are the instructions for making a new Mesa release.

-

-Prerequisites (later versions may work): -

- -

Be sure to do a "cvs update -d ." in the Mesa directory to get all the latest files.

-Update the version definitions in src/version.h +Update the version definitions in src/mesa/main/version.h

Create/edit the docs/RELNOTES-X.Y file to document what's new in the release. -Edit the docs/VERSIONS file too. -

- -

-Edit Make-config and change the MESA_MAJOR and/or MESA_MINOR versions. -

- -

-Edit the GNU configure stuff to change versions numbers as needed: -Update the version string (second argument) in the line -"AM_INIT_AUTOMAKE(Mesa, 3.3)" in the configure.in file. -

- -

-Remove the leading `dnl' from the line "dnl AM_MAINTAINER_MODE". -

- -

-Verify the version numbers near the top of configure.in -

- -

-Run "fixam -f" to disable automatic dependency tracking. -

- -

-Run the bootstrap script to generate the configure script. -

- -

-Edit Makefile.X11 and verify DIRECTORY is set correctly. The Mesa -sources must be in that directory (or there must be a symbolic link). +Update the docs/VERSIONS file too.

-Edit Makefile.X11 and verify that LIB_NAME and DEMO_NAME are correct. -If it's a beta release, be sure the bump up the beta release number. +Edit configs/default and change the MESA_MAJOR, MESA_MINOR and MESA_TINY +version numbers.

-cp Makefile.X11 to Makefile so that the old-style Mesa makefiles -still work. ./configure will overwrite it if that's what the user runs. +Edit the top-level Makefile and verify that DIRECTORY, LIB_NAME and +DEMO_NAME are correct.

-Make a symbolic link from $(DIRECTORY) to Mesa. For example, -ln -s Mesa Mesa-3.3 This is needed in order to make a correct +Make a symbolic link from $(DIRECTORY) to 'Mesa'. For example, +ln -s Mesa Mesa-6.3 This is needed in order to make a correct tar file in the next step.

Make the distribution files. From inside the Mesa directory:

-	make -f Makefile.X11 lib_tar
-	make -f Makefile.X11 demo_tar
-	make -f Makefile.X11 lib_zip
-	make -f Makefile.X11 demo_zip
+	make tarballs
 

@@ -224,17 +181,6 @@ and

-

Autoconf info

- -

-In order to run the bootstrap script you'll need: -

-

-autoconf 2.50
-automake 1.4-p5
-libtool 1.4
-
- -- cgit v1.2.3