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:
authordc42 <dcrocker@eschertech.com>2020-09-08 15:23:49 +0300
committerGitHub <noreply@github.com>2020-09-08 15:23:49 +0300
commitfd96c7b737f852953aabb49f6e12e27ce6301198 (patch)
treec23429fbb978ff8ad80db5bd056de670e1d2c8c4 /BuildInstructions.md
parentb01acadabed5d2ec155269d0ec4001bed17c22a3 (diff)
Update BuildInstructions.md
Diffstat (limited to 'BuildInstructions.md')
-rw-r--r--BuildInstructions.md19
1 files changed, 16 insertions, 3 deletions
diff --git a/BuildInstructions.md b/BuildInstructions.md
index 7545fb3a..945bb390 100644
--- a/BuildInstructions.md
+++ b/BuildInstructions.md
@@ -4,20 +4,33 @@ Instructions for building dc42 fork of RepRapFirmware
**Important!**
RepRapFirmware is built from several Github projects. You need to use
-compatible branches of these projects. Since RepRapFirmware v3.1.0, releases are tagged in github. I.e., to build RepRapFirmware v3.1.1 for Duet2Wifi, use the following tags:
+compatible branches of these projects. Since RepRapFirmware v3.1.0, stable releases are tagged in github.
+
+To build RepRapFirmware v3.1.1, use the following tags:
| project | tag | notes |
| :-- | --: | --- |
|[RepRapFirmware](https://github.com/Duet3D/RepRapFirmware)| 3.1.1||
-|[CANlib](https://github.com/Duet3D/CANlib)| 3.1.0 | _only needed for Duet3 CAN support_ |
+|[CANlib](https://github.com/Duet3D/CANlib)| 3.1.0 | _only needed for Duet 3_ |
|[CoreNG](https://github.com/Duet3D/CoreNG)| 3.1.0||
|[FreeRTOS](https://github.com/Duet3D/FreeRTOS)| 3.1.0||
|[RRFLibraries](https://github.com/Duet3D/RRFLibraries)| 3.1.0||
| [DuetWiFiSocketServer](https://github.com/Duet3D/DuetWifiSocketServer)|| _not tagged, use master branch_|
-
>**Note**: CoreNG, FreeRTOS, RRFLibraries do not have v3.1.1 tags because the 3.1.0 tagged releases are the base for v3.1.1 (no changes in the dependencies, only in RepRapFirmware)
+To build RepRapFirmware from the latest development sources, use the following branches:
+
+| project | branch | notes |
+| :-- | --: | --- |
+|[RepRapFirmware](https://github.com/Duet3D/RepRapFirmware)| v3.02-dev||
+|[CANlib](https://github.com/Duet3D/CANlib)| master | _only needed for Duet 3_ |
+|[CoreNG](https://github.com/Duet3D/CoreNG)| dev | _not needed for Duet 3 Mini5+_ |
+|[CoreN2G](https://github.com/Duet3D/CoreN2G)| master | _only needed for Duet 3 Mini5+_ |
+|[FreeRTOS](https://github.com/Duet3D/FreeRTOS)| dev ||
+|[RRFLibraries](https://github.com/Duet3D/RRFLibraries)| dev ||
+|[DuetWiFiSocketServer](https://github.com/Duet3D/DuetWifiSocketServer)| dev ||
+
## Additional Tools
Building RepRapFirmware lately requires a tool called `crc32appender` to be in