Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel <manuel.coenen@gmail.com>2019-10-09 18:00:00 +0300
committerdc42 <dcrocker@eschertech.com>2019-10-09 18:00:00 +0300
commitae42122493262b3ff09982cacf06695433fffc21 (patch)
tree366ea18fcd4e705e304f6233cce2cb05eaf78e2e /BuildInstructions.md
parent66b6ffad261045799eb7f80a46040d8cbe00bbe9 (diff)
Also add binary for MacOS (#322)
Diffstat (limited to 'BuildInstructions.md')
-rw-r--r--BuildInstructions.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/BuildInstructions.md b/BuildInstructions.md
index c713fa31..e3166e06 100644
--- a/BuildInstructions.md
+++ b/BuildInstructions.md
@@ -11,6 +11,11 @@ RepRapFirmware is built from several Github projects. You need to use compatible
- RRFLibraries: dev
- DuetWiFiSocketServer: dev
+
+**Additional Tools**
+Building RepRapFirmware lately requires a tool called `crc32appender` to be in the user's PATH as it will be called at the end of the compilating process.
+It can be found as Golang source code in Tools/crc32appender together with pre-compiled binaries for Windows, Linux and MacOS x86-64.
+
**Instructions for building under Windows**
1. Download and install the gcc cross-compiler from https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads: