Hi William, > examples\meson.build:11:0: ERROR: Program or command 'sh' not found or > not executable > > A full log can be found at > C:\dpdk-draft-windows\build11\meson-logs\meson-log.txt > > Do I need to install "sh"?
No, you shouldn't have to, if you're building "master" branch of "dpdk" repository (https://git.dpdk.org/dpdk/). I noticed your working copy is named "dpdk-draft-windows", are you trying to build from that repo instead (https://git.dpdk.org/draft/dpdk-draft-windows/)? If so, its build system only supports Windows via MSBuild and ICC, according to that repo docs. To build current DPDK on Windows, you should be using "dpdk" repo. -- Dmitry Kozlyuk