Skip to content

Commit

Permalink
Capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Jan 9, 2017
1 parent 65fd713 commit 3712eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion building_words.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A compiled version of words 1.97FC is included in assets/words. This is because
Compilation procedure:

- Download and extract the [source code](http://archives.nd.edu/whitaker/wordsall.zip)
- Set up an environment that allows compilation of ada code for arm processors. Setting up a cross-compiler is the best method, but is problematic since most prebuilt toolchains do not include ada support, so you have to compile it yourself. I managed to do this, but it is also possible (and perhaps easier) to set up an arm chroot using qemu.
- Set up an environment that allows compilation of Ada code for ARM processors. Setting up a cross-compiler is the best method, but is problematic since most prebuilt toolchains do not include Ada support, so you have to compile it yourself. I managed to do this, but it is also possible (and perhaps easier) to set up an ARM chroot using qemu.
- Run the following command:

```bash
Expand Down

0 comments on commit 3712eda

Please sign in to comment.