changed url from github.com to git.indoodle.com

This commit is contained in:
Harvey Fong 2025-06-17 17:22:07 -06:00
parent 072fa7cc17
commit ed28903443

View File

@ -35,7 +35,7 @@ make -j4
cd ../.. cd ../..
git clone https://github.com/raysan5/raygui.git git clone https://github.com/raysan5/raygui.git
git clone https://github.com/oomer/oom.git git clone https://github.com/oomer/oom.git
git clone https://github.com/oomer/poomer-raylib-bella_onimage.git git clone https://git.indoodle.com/oomer/poomer-raylib-bella_onimage.git
cd poomer-raylib-bella_onimage cd poomer-raylib-bella_onimage
make make
``` ```
@ -58,7 +58,7 @@ make -j4
cd ../.. cd ../..
git clone https://github.com/raysan5/raygui.git git clone https://github.com/raysan5/raygui.git
git clone https://github.com/oomer/oom.git git clone https://github.com/oomer/oom.git
git clone https://github.com/oomer/poomer-raylib-bella_onimage.git git clone https://git.indoodle.com/oomer/poomer-raylib-bella_onimage.git
cd poomer-raylib-bella_onimage cd poomer-raylib-bella_onimage
make make
``` ```
@ -70,7 +70,7 @@ make
- Launch x64 Native tools Command Prompt for VS2022 - Launch x64 Native tools Command Prompt for VS2022
``` ```
cd %USERPROFILE% cd %USERPROFILE%
mkdir workdira mkdir workdir
cd workdir cd workdir
mkdir bella_engine_sdk mkdir bella_engine_sdk
cd bella_engine_sdk cd bella_engine_sdk
@ -86,7 +86,7 @@ msbuild raylib.sln /p:Configuration=Release
cd ../.. cd ../..
git clone https://github.com/raysan5/raygui.git git clone https://github.com/raysan5/raygui.git
git clone https://github.com/oomer/oom.git git clone https://github.com/oomer/oom.git
git clone https://github.com/oomer/poomer-raylib-bella_onimage.git git clone https://git.indoodle.com/oomer/poomer-raylib-bella_onimage.git
cd poomer-raylib-bella_onimage cd poomer-raylib-bella_onimage
msbuild poomer-raylib-bella_onimage.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143 msbuild poomer-raylib-bella_onimage.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143
``` ```