假设问题已解
Go to file
rabix f4c81a1a98 README 2022-02-27 15:20:48 +08:00
bin add many tools 2022-02-27 15:17:46 +08:00
templates add many tools 2022-02-27 15:17:46 +08:00
tools add many tools 2022-02-27 15:17:46 +08:00
.gitignore add many tools 2022-02-27 15:17:46 +08:00
LICENSE Initial commit 2022-02-27 03:14:46 +08:00
README.md README 2022-02-27 15:20:48 +08:00
start.cmd add many tools 2022-02-27 15:17:46 +08:00

README.md

vid

new dev

Sample Workflow

  1. click start.cmd
  2. md D:\test (for example)
  3. cd /d D:\test
  4. vid-init C-cmake (a template name, see templates directory)
  5. edit
  6. md build & cd build
  7. cmake ..
  8. make