From fdc3d206ade683f9344310eb88098513e93c3ebb Mon Sep 17 00:00:00 2001 From: Miguel Cartaxo Date: Tue, 1 Nov 2022 13:54:27 +0000 Subject: [PATCH] Rename source folder to repo name - This avoids a setup step; --- README.md | 9 ++++----- bin/4ed_build.cpp | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6fb7d9a1..20b4cedf 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,12 @@ SOFTWARE. 1. Create an empty folder named "4ed" to contain the codebase. 2. Clone the repository -3. Rename the folder containing the repository to "code" -4. At the same level as the "4ed" folder, clone the "4coder-non-source" repository -5. A. On windows setup the visual studio command line magic sauce so that "cl" works +3. At the same level as the "4ed" folder, clone the "4coder-non-source" repository +4. A. On windows setup the visual studio command line magic sauce so that "cl" works B. On linux setup g++ C. On mac setup clang -6. Navigate to the "4ed/code" folder. -7. A. On windows run "bin\build.bat" +5. Navigate to the "4ed/4cc" folder. +6. A. On windows run "bin\build.bat" B. On linux run "bin\build-linux.sh" C. On linux run "bin\build-mac.sh" diff --git a/bin/4ed_build.cpp b/bin/4ed_build.cpp index 9696943b..986541e0 100644 --- a/bin/4ed_build.cpp +++ b/bin/4ed_build.cpp @@ -142,7 +142,7 @@ char **platform_includes[Platform_COUNT][Compiler_COUNT] = { {0 , 0 , mac_clang_platform_inc}, }; -char *default_custom_target = "../code/custom/4coder_default_bindings.cpp"; +char *default_custom_target = "../4cc/custom/4coder_default_bindings.cpp"; // NOTE(allen): Build flags