In the parent thread, I get to know that I have to build SDK.
But I have some trouble to build SDK reasonably.
One is that information system department in my company make firewall to reject git protocol packets due to security consideration.
Another one is that I have to build SDK by telework environment. It means that building SDK takes a lot of time because I use standard Windows10 laptop and virtual Ubuntu runs on Virtualbox.
(My laptop performance is not high. CPU: Intel i5-7200 2.5GHz, Memory 16GB. It's difficult to buy more high performance laptop for the purpose of telework due to budget limitation. We have some high performance tower PC in our office, but git protocol is rejected.)
If http protocol could be used instead of git, the first issue can be solved. Is this possible ?
If yes, could you teach me how to change git to http ?
On the other hand, is there method to download all source code by git before building process ?
For the second issue, I have no idea.
Any advice would be appreciated.