Requirements & Install path

This commit is contained in:
2026-07-29 07:46:46 +03:00
parent d6248c3115
commit 568830e9b3
3 changed files with 51 additions and 6 deletions
+25 -6
View File
@@ -27,16 +27,33 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "To Do.md", "file": "Instalation.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "To Do" "title": "Instalation"
}
},
{
"id": "a01c86c721acf22c",
"type": "leaf",
"state": {
"type": "canvas",
"state": {
"file": "Installer Compiler.canvas",
"viewState": {
"x": 119.08203125,
"y": 98.44140625,
"zoom": 0
}
},
"icon": "lucide-layout-dashboard",
"title": "Installer Compiler"
} }
} }
], ],
"currentTab": 1 "currentTab": 2
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -198,11 +215,13 @@
"bases:Create new base": false "bases:Create new base": false
} }
}, },
"active": "8b7ead57476bdc90", "active": "a01c86c721acf22c",
"lastOpenFiles": [ "lastOpenFiles": [
"Instalation.md",
"To Do.md",
"InstalationFlow.canvas", "InstalationFlow.canvas",
"Installer Compiler.canvas",
"Instalation.md",
"Requirements.md",
"To Do.md",
"README.md", "README.md",
"splash_0.png", "splash_0.png",
"Troposhphere.md" "Troposhphere.md"
@@ -0,0 +1,14 @@
{
"nodes":[
{"id":"d3356cf33d2adf4b","x":-270,"y":-160,"width":170,"height":60,"type":"text","text":"Start compiling"},
{"id":"9499e7bd3972e410","x":-435,"y":40,"width":250,"height":60,"type":"text","text":"Fetch from config"},
{"id":"5d9eddcdd9aa0902","x":-185,"y":40,"width":250,"height":60,"type":"text","text":"Start questionnaire on what to include"},
{"id":"0f78f6240cc57aec","x":-310,"y":220,"width":250,"height":60,"type":"text","text":"Stage packages"}
],
"edges":[
{"id":"07f79b7584421b54","fromNode":"d3356cf33d2adf4b","fromSide":"bottom","toNode":"9499e7bd3972e410","toSide":"top"},
{"id":"28fd19de7f80697d","fromNode":"d3356cf33d2adf4b","fromSide":"bottom","toNode":"5d9eddcdd9aa0902","toSide":"top"},
{"id":"ba2c3a14858a0f49","fromNode":"9499e7bd3972e410","fromSide":"bottom","toNode":"0f78f6240cc57aec","toSide":"top"},
{"id":"e384c4e77327c84d","fromNode":"5d9eddcdd9aa0902","fromSide":"bottom","toNode":"0f78f6240cc57aec","toSide":"top"}
]
}
+12
View File
@@ -0,0 +1,12 @@
- - -
### For compilation
`make`
`gcc`
`python`
`linux dev toolchain`
### For robot