Update VS2019 build instructions
Clone submodules in https://github.com/desktop-app/tg_owt
This commit is contained in:
parent
144e2e217f
commit
e9e4c7a8cc
|
@ -195,7 +195,7 @@ Open **x64 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
|||
jom -j8 install
|
||||
cd ..
|
||||
|
||||
git clone https://github.com/desktop-app/tg_owt.git
|
||||
git clone --recursive https://github.com/desktop-app/tg_owt.git
|
||||
cd tg_owt
|
||||
mkdir out
|
||||
cd out
|
||||
|
|
|
@ -195,7 +195,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
|||
jom -j8 install
|
||||
cd ..
|
||||
|
||||
git clone https://github.com/desktop-app/tg_owt.git
|
||||
git clone --recursive https://github.com/desktop-app/tg_owt.git
|
||||
cd tg_owt
|
||||
mkdir out
|
||||
cd out
|
||||
|
|
Loading…
Reference in New Issue