update readme to add better build instructions

This commit is contained in:
zongor 2025-12-21 16:57:33 -08:00
parent d9468f2efd
commit e71d687db8
1 changed files with 20 additions and 2 deletions

View File

@ -31,12 +31,14 @@ Undâr is intended to run on anything with a C compiler. From constrained system
** Requirements
*** Main
- Git
- C compiler
- POSIX compliant shell (sh)
- C compiler that supports C89
*** Optional
- C compiler that supports ANSI C or later
- SDL2
- For GUI linux and web versions
- Emscripten
- For web version
- For building the web version
** Build
@ -47,6 +49,22 @@ git clone https://git.alfrescocavern.com/zongor/undar-lang.git
cd undar-lang && ./build
#+END_SRC
*** Build commands
- clean
deletes the build files for that arch
- run
runs that arch
*** Build settings
**** ARCH
- linux
- web
**** MODE
- debug
- release
**** UI
- tui
- gui
* Roadmap
[[./ROADMAP.org][Compiler, Plex, Immidate mode GUI, Constructive solid geometry, Tunnels, Actor model]]