Update submodules

This commit is contained in:
luboslenco
2019-07-16 19:47:19 +02:00
parent dd73873a7b
commit e30d83e144
4 changed files with 4 additions and 9 deletions
-4
View File
@@ -7,10 +7,6 @@
[submodule "Libraries/zui"]
path = Libraries/zui
url = https://github.com/armory3d/zui
[submodule "Kha"]
path = Kha
url = https://github.com/armory3d/Kha
shallow = true
[submodule "Kromx"]
path = Kromx
url = https://github.com/armory3d/Kromx
Submodule Kha deleted from 9092fdb5ce
+1 -1
Submodule Kromx updated: 936f411efd...a152718e1e
+3 -3
View File
@@ -16,7 +16,7 @@ cd armorpaint
```
```bash
# Windows
node Kha/make krom -g direct3d11
node Kromx/make -g direct3d11
cd Kromx
# Unpack `V8\Libraries\win32\release\v8_monolith.7z` using 7-Zip (exceeds 100MB)
node Kinc/make -g direct3d11 --noshaders
@@ -26,7 +26,7 @@ node Kinc/make -g direct3d11 --noshaders
```
```bash
# Linux
node Kha/make krom -g opengl --shaderversion 330
node Kromx/make -g opengl --shaderversion 330
cd Kromx
node Kinc/make -g opengl --noshaders --compiler clang --compile
cd Deployment
@@ -35,7 +35,7 @@ strip Krom
```
```bash
# macOS
node Kha/make krom -g opengl
node Kromx/make -g opengl
cd Kromx
node Kinc/make -g opengl --noshaders
# Open generated Xcode project