How do you store third party libraries in your source control?

后端 未结 15 1560
太阳男子
太阳男子 2020-12-13 03:19

How do you store third party libraries that you use in your project in your source control?

When would you store binaries in your source control?

When would

15条回答
  •  春和景丽
    2020-12-13 03:47

    You should be able to install a fresh OS, get your sources from source control, built and run. So yes, you should put them in source control.

提交回复
热议问题