forked from yujiabe/SEE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.svn
30 lines (19 loc) · 866 Bytes
/
README.svn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
DEVELOPER NOTES
1. After checking this out from Subversion, you will first need to initialise
the build environment with the following commands:
$ autoreconf --install
$ (cd unicode && make)
You'll also find that you need libtool installed, and probably the
boehm-gc package.
3. At this stage, you should be able to run configure, like everyone else.
4. If you plan on modifying libsee to work on your architecture,
please work with configure.ac primarily.
RELEASE STEPS
1. Update Changelog by deleting it so it is rebuilt fresh
2. Make sure that the package is configured (autoreconf --force --install)
3. Create a temporary build dir (e.g. /tmp/b), cd there and run
the configure script from the check-out directory.
4. Run 'make distcheck' in that directory.
5. Use /tmp/b/see-*.tar.gz as the distfile
6. Update information at freshmeat.net.
$Id$