From 440a2643ed42f8be05450e0b00021d933f64e0b3 Mon Sep 17 00:00:00 2001 From: piaip Date: Sun, 11 Sep 2005 03:51:16 +0000 Subject: moving forward! git-svn-id: http://opensvn.csie.org/pttbbs/branches/piaip.automake@3154 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- README.1st | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 README.1st (limited to 'README.1st') diff --git a/README.1st b/README.1st new file mode 100644 index 00000000..ba15b7b6 --- /dev/null +++ b/README.1st @@ -0,0 +1,41 @@ +------------------------------------------ + +PTTBBS - 1.9 Branch + +Release Engineer: piaip + +------------------------------------------ + +1.9 branch is a whole new generation. +In this release we want to migrate old +MAKE system from pmake(BSD flavor) to +GNU Autoconf/Automake. And after this +it is believed that we will be able to +release faster and more stable. + +To apply this branch, please install: +Autoconf 2.59 +Automake 1.9 + +And run these commands in top level +directory: + +aclocal +autoheader +autoconf +automake -a + +Then you will be able to use +./configure +make + +------------------------------------------ +Warning: 1.9 Automake branch is STILL +WORK IN PROGRESS. That is, it's not stable +and may not be run/build/install. + +Any help is welcome to make it faster +released! + + piaip@csie.ntu.edu.tw, + Sun Sep 11 11:50:56 CST 2005 -- cgit v1.2.3