update readme to add better build instructions
This commit is contained in:
parent
d9468f2efd
commit
e71d687db8
22
README.org
22
README.org
|
|
@ -31,12 +31,14 @@ Undâr is intended to run on anything with a C compiler. From constrained system
|
||||||
** Requirements
|
** Requirements
|
||||||
*** Main
|
*** Main
|
||||||
- Git
|
- Git
|
||||||
- C compiler
|
- POSIX compliant shell (sh)
|
||||||
|
- C compiler that supports C89
|
||||||
*** Optional
|
*** Optional
|
||||||
|
- C compiler that supports ANSI C or later
|
||||||
- SDL2
|
- SDL2
|
||||||
- For GUI linux and web versions
|
- For GUI linux and web versions
|
||||||
- Emscripten
|
- Emscripten
|
||||||
- For web version
|
- For building the web version
|
||||||
|
|
||||||
** Build
|
** Build
|
||||||
|
|
||||||
|
|
@ -47,6 +49,22 @@ git clone https://git.alfrescocavern.com/zongor/undar-lang.git
|
||||||
cd undar-lang && ./build
|
cd undar-lang && ./build
|
||||||
#+END_SRC
|
#+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
|
||||||
|
|
||||||
[[./ROADMAP.org][Compiler, Plex, Immidate mode GUI, Constructive solid geometry, Tunnels, Actor model]]
|
[[./ROADMAP.org][Compiler, Plex, Immidate mode GUI, Constructive solid geometry, Tunnels, Actor model]]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue