Requirements & Install path
This commit is contained in:
+25
-6
@@ -27,16 +27,33 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "To Do.md",
|
||||
"file": "Instalation.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"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"
|
||||
@@ -198,11 +215,13 @@
|
||||
"bases:Create new base": false
|
||||
}
|
||||
},
|
||||
"active": "8b7ead57476bdc90",
|
||||
"active": "a01c86c721acf22c",
|
||||
"lastOpenFiles": [
|
||||
"Instalation.md",
|
||||
"To Do.md",
|
||||
"InstalationFlow.canvas",
|
||||
"Installer Compiler.canvas",
|
||||
"Instalation.md",
|
||||
"Requirements.md",
|
||||
"To Do.md",
|
||||
"README.md",
|
||||
"splash_0.png",
|
||||
"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"}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
- - -
|
||||
|
||||
### For compilation
|
||||
|
||||
`make`
|
||||
`gcc`
|
||||
`python`
|
||||
`linux dev toolchain`
|
||||
|
||||
|
||||
|
||||
### For robot
|
||||
Reference in New Issue
Block a user