Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 726 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 726 Bytes

CETech1 minimal project

Important

Work in progressssssssssssss

Getting started

  1. Create repository from this template.

  2. Get ZIG

  3. Get ZLS

  4. Init

    git -C externals/cetech1/ submodule update --init
    zig build init 
  5. Build

    zig build
  6. Create CETech1 project in content dir

    zig-out/bin/cetech1 --asset-root content/
  7. Add content dir with project to git

    git add content/
  8. Replace README.md with your own.

  9. Have fun