From 568830e9b329d3e1a226754901d60a8cb0fe4cd8 Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 29 Jul 2026 07:46:46 +0300 Subject: [PATCH] Requirements & Install path --- Troposphere Docs/.obsidian/workspace.json | 31 +++++++++++++++++----- Troposphere Docs/Installer Compiler.canvas | 14 ++++++++++ Troposphere Docs/Requirements.md | 12 +++++++++ 3 files changed, 51 insertions(+), 6 deletions(-) create mode 100644 Troposphere Docs/Installer Compiler.canvas create mode 100644 Troposphere Docs/Requirements.md diff --git a/Troposphere Docs/.obsidian/workspace.json b/Troposphere Docs/.obsidian/workspace.json index f3f0dfa..06ae3c8 100644 --- a/Troposphere Docs/.obsidian/workspace.json +++ b/Troposphere Docs/.obsidian/workspace.json @@ -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" diff --git a/Troposphere Docs/Installer Compiler.canvas b/Troposphere Docs/Installer Compiler.canvas new file mode 100644 index 0000000..6a35549 --- /dev/null +++ b/Troposphere Docs/Installer Compiler.canvas @@ -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"} + ] +} \ No newline at end of file diff --git a/Troposphere Docs/Requirements.md b/Troposphere Docs/Requirements.md new file mode 100644 index 0000000..2eea16e --- /dev/null +++ b/Troposphere Docs/Requirements.md @@ -0,0 +1,12 @@ +- - - + +### For compilation + +`make` +`gcc` +`python` +`linux dev toolchain` + + + +### For robot \ No newline at end of file