Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Malcolm McLean authored and Malcolm McLean committed Jun 10, 2024
1 parent d9e4779 commit 0a5ba39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
</TABLE>

<P class="cell">
The resource compiler is designed for the world of <A href="BabyX_hello.html">Baby X</A>, the system for writing small or Bbaby programs which have minimal dependencies and will run anywhere. Baby X is meant to meet the needs of the hooby programmer, but is free to anyone for any use. And the resource compiler, babyxrc, is an independent program that can be used by people who don't want it for Baby X.
The resource compiler is designed for the world of <A href="BabyX_hello.html">Baby X</A>, the system for writing small or baby programs which have minimal dependencies and will run anywhere. Baby X is meant to meet the needs of the hobby programmer, but is free to anyone for any use. And the resource compiler, babyxrc, is an independent program that can be used by people who don't want it for Baby X.
</P>

<P class="cell">
Expand Down Expand Up @@ -212,7 +212,7 @@ <H3>Installation</H3>
The Baby X resource compiler is provided as source. It's all 100% portable
ANSI C with no dependencies other than those provided in the distribution
itself and the C standard library. So it should compile with the minimum of
problems. There's a CMake script to help out, but it's not necessaey to
problems. There's a CMake script to help out, but it's not necessary to
use it. You'll have to put the executable on your path using the operating
system's specific facilities (usually by adding it to the ${PATH}
environment variable). It should run on absolutely any machine with a C
Expand Down

0 comments on commit 0a5ba39

Please sign in to comment.