Posts: 10
Joined: Mar 2019
Reputation:
1
If make some changes on my locally cloned project, do I have to build the entire project again ?
Posts: 2,127
Joined: Jan 2015
Reputation:
60
Razze
Team-Kodi Member
Posts: 2,127
Yes, your compiler should be able to figure out which code parts need updates. So it depends on what you changed.
Posts: 10
Joined: Mar 2019
Reputation:
1
I am using windows, so MS Visual Studio 15 (2017) shall do the job, right ?
Posts: 2,127
Joined: Jan 2015
Reputation:
60
Razze
Team-Kodi Member
Posts: 2,127
Yes, but you will have to run some commandline arguments, as mentioned in the readme.
Posts: 4
Joined: Nov 2020
(2019-03-12, 01:07)Razze Wrote: Yes, but you will have to run some commandline arguments, as mentioned in the readme.
Thanks for your help.