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-01-08 15:29:06 +0300
committerGitHub <noreply@github.com>2020-01-08 15:29:06 +0300
commit900130b55cec17b3e175c91860d0ea826e7c289f (patch)
tree33d377f085be5b336192bdfad2df8519bceb3b25
parent98c9219017491456bdc7fcf033e46a80c185d13a (diff)
Update BuildInstructions.md
-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**