From 7da20fd9fef29be0bd9c2ff768fb4ac0a3921822 Mon Sep 17 00:00:00 2001 From: Zeioth Date: Sat, 21 Oct 2023 00:23:19 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a27cd5d..626d429 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,10 @@ If you want to help me, please star this repository to increase the visibility o ## Roadmap -* Typescript/Javascript: In practice, programs are gonna have dependencies, so we should add an option for `npm start` / `npm install` / `yarn start`, `yarn start`. +* There are plans to replace `Run makefile` with the new option `Building systems` that is gonna contain them all. +* Building system: `Building systems → Makefile` is gonna work as [makeit.nvim](https://github.com/Zeioth/makeit.nvim). +* Building system: `Building systems → package.json` is planned. Auto discovery of options defined by the user is planned. +* Building system: `Building systems → CmakeLists.txt` is planned. Auto discovery of options defined by the user is planned. * Better Windows compatibility when not using WLS: The commands `rm -rf` and `mkdir -p` only exist on unix. To support Windows without WLS we should run the equivalent powershell command when Windows is detected. * Aditionally, we will also have to compile for `asm` win64 architecture, if the detected OS is windows. * Aditionally, we will also have to add an option to compile for `Build for windows (flutter)`.