Re: [vpp-dev] Support for VPP compilation in offline mode

2023-01-04 Thread jiangwenwu2014
Hi, You can "make install-dep" and "make install-ext-deps" downloads can save to local, At 2023-01-04 03:43:53, "Chinmaya Aggarwal" wrote: Hi, Currently as part of VPP compilation, there are commands such as "make install-dep" and "make install-ext-deps" which downloads req

Re: [vpp-dev] Support for VPP compilation in offline mode

2023-01-04 Thread Zhang, Fan
Hi Chinmaya, In VPP's Makefile (vpp/Makefile at master · FDio/vpp · GitHub ) line 65 to 182 contains the necessary packages to be installed for compiling vpp (depends on your OS). You may  install these packages on your host manually before co

[vpp-dev] Support for VPP compilation in offline mode

2023-01-03 Thread Chinmaya Aggarwal
Hi, Currently as part of VPP compilation, there are commands such as "make install-dep" and "make install-ext-deps" which downloads required dependent packages from internet. We want to automate the VPP compilation in offline mode i.e. our environment will not have internet access and we want t