From dd24f66c90b220de500f2b3c6b0843c56de123b4 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 22 Jun 2025 08:41:24 +0200 Subject: checkpoint --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1145d0b..076a629 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,19 @@ ## Overview To make sure I internalize the Handmade Hero series, I am porting the game over to Linux. +## Usage +Create a `handmade.cpp` and implement `handmade_platform.h`. It will then get compiled into a +shared object by the build script. + ## Build -Run the build script. +Run the build script. This will create a `build` directory in the parent directory. ```sh -./code/build.sh +./build.sh ``` ## Running ```sh -./build/linux_handmade +../build/linux_handmade ``` # Resources -- cgit v1.2.3