Fossil SCM
Very minor edits to the BUILD.txt document.
Commit
38d58597132763e38f74f090941ebef6c65606aa
Parent
eff52c1ccbded49…
1 file changed
+7
-4
+7
-4
| --- BUILD.txt | ||
| +++ BUILD.txt | ||
| @@ -20,14 +20,14 @@ | ||
| 20 | 20 | If you have VC++ installed on your system, then consider: |
| 21 | 21 | |
| 22 | 22 | cd win; nmake /f Makefile.msc |
| 23 | 23 | |
| 24 | 24 | If you have trouble, or you want to do something fancy, just look at |
| 25 | -top level makefile. There are 6 configuration options that are all well | |
| 26 | -commented. Instead of editing the Makefile, consider copying the Makefile | |
| 27 | -to an alternative name such as "GNUMakefile", "BSDMakefile", or "makefile" | |
| 28 | -and editing the copy. | |
| 25 | +Makefile.classic. There are 6 configuration options that are all well | |
| 26 | +commented. Instead of editing the Makefile.classic, consider copying | |
| 27 | +Makefile.classic to an alternative name such as "GNUMakefile", | |
| 28 | +"BSDMakefile", or "makefile" and editing the copy. | |
| 29 | 29 | |
| 30 | 30 | |
| 31 | 31 | BUILDING OUTSIDE THE SOURCE TREE |
| 32 | 32 | |
| 33 | 33 | An out of source build is pretty easy: |
| @@ -70,5 +70,8 @@ | ||
| 70 | 70 | A header comment in src/translate.c explains in detail what it does. |
| 71 | 71 | |
| 72 | 72 | * The src/mkindex.c program generates some C code that implements |
| 73 | 73 | static lookup tables. See the header comment in the source code |
| 74 | 74 | for details on what it does. |
| 75 | + | |
| 76 | +Additional information on the build process is available from | |
| 77 | +http://www.fossil-scm.org/fossil/doc/trunk/www/makefile.wiki | |
| 75 | 78 |
| --- BUILD.txt | |
| +++ BUILD.txt | |
| @@ -20,14 +20,14 @@ | |
| 20 | If you have VC++ installed on your system, then consider: |
| 21 | |
| 22 | cd win; nmake /f Makefile.msc |
| 23 | |
| 24 | If you have trouble, or you want to do something fancy, just look at |
| 25 | top level makefile. There are 6 configuration options that are all well |
| 26 | commented. Instead of editing the Makefile, consider copying the Makefile |
| 27 | to an alternative name such as "GNUMakefile", "BSDMakefile", or "makefile" |
| 28 | and editing the copy. |
| 29 | |
| 30 | |
| 31 | BUILDING OUTSIDE THE SOURCE TREE |
| 32 | |
| 33 | An out of source build is pretty easy: |
| @@ -70,5 +70,8 @@ | |
| 70 | A header comment in src/translate.c explains in detail what it does. |
| 71 | |
| 72 | * The src/mkindex.c program generates some C code that implements |
| 73 | static lookup tables. See the header comment in the source code |
| 74 | for details on what it does. |
| 75 |
| --- BUILD.txt | |
| +++ BUILD.txt | |
| @@ -20,14 +20,14 @@ | |
| 20 | If you have VC++ installed on your system, then consider: |
| 21 | |
| 22 | cd win; nmake /f Makefile.msc |
| 23 | |
| 24 | If you have trouble, or you want to do something fancy, just look at |
| 25 | Makefile.classic. There are 6 configuration options that are all well |
| 26 | commented. Instead of editing the Makefile.classic, consider copying |
| 27 | Makefile.classic to an alternative name such as "GNUMakefile", |
| 28 | "BSDMakefile", or "makefile" and editing the copy. |
| 29 | |
| 30 | |
| 31 | BUILDING OUTSIDE THE SOURCE TREE |
| 32 | |
| 33 | An out of source build is pretty easy: |
| @@ -70,5 +70,8 @@ | |
| 70 | A header comment in src/translate.c explains in detail what it does. |
| 71 | |
| 72 | * The src/mkindex.c program generates some C code that implements |
| 73 | static lookup tables. See the header comment in the source code |
| 74 | for details on what it does. |
| 75 | |
| 76 | Additional information on the build process is available from |
| 77 | http://www.fossil-scm.org/fossil/doc/trunk/www/makefile.wiki |
| 78 |