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:
-rw-r--r--BuildInstructions.md17
1 files changed, 13 insertions, 4 deletions
diff --git a/BuildInstructions.md b/BuildInstructions.md
index c0353f49..ed64a9c7 100644
--- a/BuildInstructions.md
+++ b/BuildInstructions.md
@@ -3,13 +3,22 @@ Instructions for building dc42 fork of RepRapFirmware
**Important!**
-RepRapFirmware is built from several Github projects. You need to use compatible branches of these projects. As at 18 March 2019, the current (version 2.03beta2+1) source code is on these branches:
+RepRapFirmware is built from several Github projects. You need to use compatible branches of these projects. As at 08 January 2020, the latest RRF 2.x source code is on these branches:
-- RepRapFirmware: dev
+- RepRapFirmware: master
+- CoreNG: master
+- FreeRTOS: master
+- RRFLibraries: master
+- DuetWiFiSocketServer: master
+
+As at 08 January 2020, the latest RRF 3.x source code is on these branches:
+
+- RepRapFirmware: v3-dev
- CoreNG: dev
-- FreeRTOS: main
+- FreeRTOS: master
- RRFLibraries: dev
-- DuetWiFiSocketServer: dev
+- DuetWiFiSocketServer: master
+- CANlib : master
**Instructions for building under Windows**