diff options
author | Karl Berry <karl@freefriends.org> | 2007-07-26 22:55:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-07-26 22:55:35 +0000 |
commit | fc18713b3339f7e5669c4bf61a88862531301f7f (patch) | |
tree | 4786d52b0c48d10e44de2df2ba336a0c64248062 /Build | |
parent | 9822936304dbeb61750dec27b5bd3ba0491c69e4 (diff) |
more doc
git-svn-id: svn://tug.org/texlive/trunk@4663 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/README | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Build/source/README b/Build/source/README index e5b2d11076d..2240fd29d8f 100644 --- a/Build/source/README +++ b/Build/source/README @@ -15,13 +15,17 @@ To build (mostly) without optimization, try CFLAGS=-g Build. The binaries will be left in ./inst/bin/<stdplatform>. Don't worry about the other files and directories in inst. -If you are going to check them in yourself, copy the binaries to -texmf/bin/<tlplatform> and svn add/remove/commit them. +The new binaries are not directly usable from that location. Instead, +you have to copy them to texmf/bin/<tlplatform> (in the repository, +that's under the Master tree). -If your C++ needs to find the standard library in a special place (i.e., -configure fails saying the compiler doesn't work), try: +If your C++ needs to find the standard library in, say, /usr/local/lib, +(i.e., configure fails saying the compiler doesn't work), try: env LD_OPTIONS=-R/usr/local/lib Build +That should be it for normal builds. Email tex-live@tug.org if problems. + + Running ./reautoconf here reruns autoconf, both old (the hacked 2.13 we have here) and new (assumed to be in /usr/bin/autoconf). @@ -34,7 +38,6 @@ in parentheses): To rerun dvipdfmx: until integration, insert our configure.in, data/Makefile.am, src/Makefile.am changes, copy compile script. - p4 edit config.h.in aclocal.m4 configure Makefile.in */Makefile.in aclocal; autoheader; automake; autoconf touch config.h.in; sleep 1; touch Makefile.in # shouldn't be needed, but ... |