switched oom repo to git.indoodle.com
This commit is contained in:
parent
95d254856a
commit
5e5e37de36
12
README.md
12
README.md
@ -33,7 +33,7 @@ cd raylib/build
|
||||
make -j4
|
||||
cd ../..
|
||||
git clone https://github.com/raysan5/raygui.git
|
||||
git clone https://github.com/oomer/oom.git
|
||||
git clone https://git.indoodle.com/oomer/oom.git
|
||||
git clone https://git.indoodle.com/oomer/poomer-raylib-bella_onimage.git
|
||||
cd poomer-raylib-bella_onimage
|
||||
make
|
||||
@ -42,9 +42,9 @@ bin/Darwin/release/poomer-raylib-bella_onimage
|
||||
|
||||
# Linux
|
||||
```
|
||||
sudo apt install -y build-essential curl
|
||||
sudo apt install libx11-dev
|
||||
sudo apt install xorg-dev
|
||||
sudo apt install -y build-essential curl git cmake
|
||||
sudo apt install -y libx11-dev
|
||||
sudo apt install -y xorg-dev
|
||||
cd ~
|
||||
mkdir workdir
|
||||
cd workdir
|
||||
@ -57,7 +57,7 @@ cmake -DBUILD_SHARED_LIBS=ON -DUSE_EXTERNAL_GLFW=OFF ..
|
||||
make -j4
|
||||
cd ../..
|
||||
git clone https://github.com/raysan5/raygui.git
|
||||
git clone https://github.com/oomer/oom.git
|
||||
git clone https://git.indoodle.com/oomer/oom.git
|
||||
git clone https://git.indoodle.com/oomer/poomer-raylib-bella_onimage.git
|
||||
cd poomer-raylib-bella_onimage
|
||||
make
|
||||
@ -86,7 +86,7 @@ cmake ..
|
||||
msbuild raylib.sln /p:Configuration=Release
|
||||
cd ../..
|
||||
git clone https://github.com/raysan5/raygui.git
|
||||
git clone https://github.com/oomer/oom.git
|
||||
git clone https://git.indoodle.com/oomer/oom.git
|
||||
git clone https://git.indoodle.com/oomer/poomer-raylib-bella_onimage.git
|
||||
cd poomer-raylib-bella_onimage
|
||||
msbuild poomer-raylib-bella_onimage.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user