diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-11-09 16:33:06 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-11-09 16:33:06 +0000 |
commit | 279f79ffb79da7e0793b6b3d5707251e148264b8 (patch) | |
tree | 065d3dbd11de941db338913b1b14a0621b8aab08 /README.md | |
parent | bf0ca10aef46f7004a551a00a9849fa6231d3071 (diff) | |
download | build-279f79ffb79da7e0793b6b3d5707251e148264b8.tar.gz build-279f79ffb79da7e0793b6b3d5707251e148264b8.tar.bz2 build-279f79ffb79da7e0793b6b3d5707251e148264b8.tar.xz build-279f79ffb79da7e0793b6b3d5707251e148264b8.zip |
Ouch, I forgot to spellcheck. That's less embarassing now.
Diffstat (limited to '')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -6,18 +6,18 @@ automation process, but is intended primarily for compiling source code. | |||
6 | Features: | 6 | Features: |
7 | 7 | ||
8 | * Does _NOT_ rely on make of any sort. | 8 | * Does _NOT_ rely on make of any sort. |
9 | * Can auto-generate targets based on builtin and user proided rules. | 9 | * Can auto-generate targets based on builtin and user provided rules. |
10 | * Contains it's own turing complete scripting language. | 10 | * Contains it's own Turing complete scripting language. |
11 | * Provides a variety of output modes to make errors easier to see. | 11 | * Provides a variety of output modes to make errors easier to see. |
12 | * Supports plugins. | 12 | * Supports plugins. |
13 | * Write much, much less and do more. | 13 | * Write much, much less and do more. |
14 | * Builtin understanding of dependancy tracking. | 14 | * Builtin understanding of dependency tracking. |
15 | 15 | ||
16 | ## Requirements | 16 | ## Requirements |
17 | 17 | ||
18 | There are different requirements depending on how you got your source code and | 18 | There are different requirements depending on how you got your source code and |
19 | what you intend to do with it. If you just want to use build, then I recommend | 19 | what you intend to do with it. If you just want to use build, then I recommend |
20 | getting one of the release tarballs. They include most of the dependancies and | 20 | getting one of the release tarballs. They include most of the dependencies and |
21 | are the easiest to use. | 21 | are the easiest to use. |
22 | 22 | ||
23 | ### Tarball Releases | 23 | ### Tarball Releases |
@@ -89,4 +89,4 @@ This example is slightly more complex. It sets some flags that all targets will | |||
89 | use, then creates two explicit targets. The second target, joved, also | 89 | use, then creates two explicit targets. The second target, joved, also |
90 | requires that libjove.a is up to date, but it is not treated as an input. This | 90 | requires that libjove.a is up to date, but it is not treated as an input. This |
91 | is enough to determine order of building, all source files, targets, and even | 91 | is enough to determine order of building, all source files, targets, and even |
92 | provides full dependancy tracking. | 92 | provides full dependency tracking. |