Rename source folder to repo name
- This avoids a setup step;
This commit is contained in:
parent
b21075489b
commit
fdc3d206ad
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue