diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-11-15 16:22:54 +0100 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-11-15 16:23:45 +0100 |
| commit | a152eeff351fc632053a674afcebcac7ba59f671 (patch) | |
| tree | bc7ba8915661df3a6a7586a3f16c7ad205ae8090 /README.md | |
| parent | 5e83137736285e0238d46a008d0a481ff21c5907 (diff) | |
checkpointmain
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 9 insertions, 10 deletions
@@ -4,28 +4,27 @@ `Wordled` is a GUI application that lets you draw patterns such that you can later input them in the [Wordle](https://www.nytimes.com/games/wordle/index.html) game. It will then generate the guesses to achieve the required pattern. ## Showcase -<video autoplay loop muted src="https://git.spacehb.net/wordled/plain/showcase.mp4?h=main"> +<video autoplay loop muted src="https://git.spacehb.net/wordled/plain/showcase.mp4?h=main"></video> -## Build & Run +## Run Both following build steps will output executable programs in the `build` directory. Do note that this repository already has prebuilt binaries. For both Windows and Linux you need a working C++ compiler. ### On Windows -In the `code` directory run. -```bat -.\build.bat -``` -Afterwards from the `build` directory you can run the `win32_handmade.exe` executable. +Run the `win32_handmade.exe` executable from the `build` directory. + ### On Linux +Since I cannot guarantee binary compability, please follow the build instructions. + Following dependencies are required, but should already be installed on most distributions. +- [hm_linux](https://git.spacehb.net/hm_linux/about/?h=main), my linux platform layer. Put it in `./code/libs/`. - `libasound.so` - `libcurl.so` -- `libX11.so` and `libXFixles.so` +- `libX11.so` and `libXFixes.so` In the `code` directory run. ```bat ./build.sh ``` -Afterwards from the `build` directory you can run the `linux_handmade` executable. - +Afterwards run the `linux_handmade` executable in the `build` directory. |
