Enable native Windows build flow and add non-admin native Windows setup script#92
Draft
Enable native Windows build flow and add non-admin native Windows setup script#92
Conversation
Agent-Logs-Url: https://github.com/choco-technologies/dmod-boot/sessions/a0a9a6d9-14a5-49a2-aac0-96475437aeec Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
Agent-Logs-Url: https://github.com/choco-technologies/dmod-boot/sessions/a0a9a6d9-14a5-49a2-aac0-96475437aeec Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add native Windows support for the project
Enable native Windows build flow by removing Linux-only CMake dependencies
May 7, 2026
Contributor
|
@copilot brakuje skryptu konfigurującego natywny windows, taki jak jest dla linuxa też - tylko nie instaluj paczek wymaganych, tylko je pobieraj w jakies miejsce gdzie nie jest potrzebny administrator |
Agent-Logs-Url: https://github.com/choco-technologies/dmod-boot/sessions/f4e1137d-9b68-4599-a9a9-5fedc243d753 Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
Agent-Logs-Url: https://github.com/choco-technologies/dmod-boot/sessions/f4e1137d-9b68-4599-a9a9-5fedc243d753 Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
Agent-Logs-Url: https://github.com/choco-technologies/dmod-boot/sessions/f4e1137d-9b68-4599-a9a9-5fedc243d753 Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
Agent-Logs-Url: https://github.com/choco-technologies/dmod-boot/sessions/f4e1137d-9b68-4599-a9a9-5fedc243d753 Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
Agent-Logs-Url: https://github.com/choco-technologies/dmod-boot/sessions/f4e1137d-9b68-4599-a9a9-5fedc243d753 Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
Agent-Logs-Url: https://github.com/choco-technologies/dmod-boot/sessions/f4e1137d-9b68-4599-a9a9-5fedc243d753 Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
Contributor
Author
Dodałem natywny skrypt konfiguracji Windows bez instalacji pakietów z uprawnieniami administratora: |
Copilot
AI
changed the title
Enable native Windows build flow by removing Linux-only CMake dependencies
Enable native Windows build flow and add non-admin native Windows setup script
May 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Projekt był praktycznie Linux-only na poziomie core build flow (bash/POSIX w komendach CMake), co blokowało natywne uruchamianie na Windows. Ten PR przenosi krytyczne ścieżki budowania na przenośne mechanizmy CMake, bez zmiany istniejącego workflow na Linux.
Portable CMake build path (bez
bash/POSIX)bash -c,ls,/dev/nullw kluczowych custom commandach przenośnymi skryptami CMake:scripts/create_modules_dmp.cmakescripts/embed_modules_dmp.cmakescripts/require_file.cmakemodules/CMakeLists.txtiCMakeLists.txtużywają teraz tych helperów zamiast shell one-linerów.Cross-platform interpreter/tool invocation
CMakeLists.txtdodanofind_package(Python3 REQUIRED COMPONENTS Interpreter)i zamieniono twardepython3na${Python3_EXECUTABLE}.Windows-aware monitor executable paths
.exedladmlog_monitorw:CMakeLists.txtscripts/run_monitor.cmakescripts/run_monitor_gdb.cmakeRenode connect bez Bash
scripts/targets.cmakenie uruchamia jużrenode_connect.sh; targetconnectwywołujerenodebezpośrednio.Nowy skrypt konfiguracji natywnego Windows (bez instalacji globalnej)
scripts/setup-windows-env.ps1, analogiczny do Linuxowego setupu, który:activate-dmboot-tools.ps1),Dokumentacja natywnego Windows
docs/windows-environment-setup.mdzaktualizowano o użyciesetup-windows-env.ps1oraz rozdział narzędzi pobieranych przez skrypt vs. wymaganych osobno.README.mdzawiera quick start do nowego skryptu.Przykład (przed/po) dla helper scripts: