From 9e801e4b1f7598536e04102624b4741b6abb6c2b Mon Sep 17 00:00:00 2001 From: InsNameHere <57607350+napstaa967@users.noreply.github.com> Date: Thu, 5 Aug 2021 16:28:28 -0500 Subject: [PATCH 1/2] you got the path wrong --- docs/building.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/building.md b/docs/building.md index e824a0f..5a5a42b 100644 --- a/docs/building.md +++ b/docs/building.md @@ -61,5 +61,5 @@ Since you already installed `git` in a previous step, we'll use it to clone the Finally, we are ready to build. - Run `lime build `, replacing `` with the platform you want to build to (`windows`, `mac`, `linux`, `html5`) (i.e. `lime build windows`) -- The build will be in `Kade-Engine/export//bin`, with `` being the target you built to in the previous step. (i.e. `Kade-Engine/export/windows/bin`) -- Only the `bin` folder is necessary to run the game. The other ones in `export/` are not. +- The build will be in `Kade-Engine/export/release//bin`, with `` being the target you built to in the previous step. (i.e. `Kade-Engine/export/release/windows/bin`) +- Only the `bin` folder is necessary to run the game. The other ones in `export/release/` are not. From 06040016533c30aa791146fd118c7252b6f59dc0 Mon Sep 17 00:00:00 2001 From: InsNameHere <57607350+napstaa967@users.noreply.github.com> Date: Sat, 7 Aug 2021 15:27:45 -0500 Subject: [PATCH 2/2] debug thing --- docs/building.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/building.md b/docs/building.md index 5a5a42b..5b0b6b1 100644 --- a/docs/building.md +++ b/docs/building.md @@ -62,4 +62,5 @@ Finally, we are ready to build. - Run `lime build `, replacing `` with the platform you want to build to (`windows`, `mac`, `linux`, `html5`) (i.e. `lime build windows`) - The build will be in `Kade-Engine/export/release//bin`, with `` being the target you built to in the previous step. (i.e. `Kade-Engine/export/release/windows/bin`) +- Incase you added the -debug flag the files will be inside `Kade-Engine/export/debug//bin` - Only the `bin` folder is necessary to run the game. The other ones in `export/release/` are not.