In theory like any other cmake project: $ mkdir build $ cd build $ cmake /path/to/vpp/src <opt args> $ make $ make install
In practice probably few lines should be modified in src/plugins/dodkCMakeLists.txt to enable linking with shared libs, as today we do static... — Damjan > On Jan 24, 2019, at 9:15 PM, Marco Varlese <[email protected]> wrote: > > Hi Damjan and all, > > How do I get VPP master and / or 19.01-rcX to build against a DPDK > already on my system? > > I am basically talking about the previously available feature driven via > vpp.mk as per below snippet: > vpp_uses_external_dpdk = yes > vpp_dpdk_inc_dir = /usr/include/dpdk > vpp_dpdk_lib_dir = /usr/lib > vpp_dpdk_shared_lib = yes > > I can't find how right now... > > > Thanks in advance, > > Marco > > -- > Marco Varlese, Architect Developer Technologies, SUSE Labs > SUSE LINUX GmbH | GF: Felix Imendörffer, Jane Smithard, Graham Norton > HRB 21284 (AG Nürnberg) Maxfeldstr. 5, D-90409, Nürnberg > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > > View/Reply Online (#11995): https://lists.fd.io/g/vpp-dev/message/11995 > Mute This Topic: https://lists.fd.io/mt/29529767/675642 > Group Owner: [email protected] > Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [[email protected]] > -=-=-=-=-=-=-=-=-=-=-=-
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11997): https://lists.fd.io/g/vpp-dev/message/11997 Mute This Topic: https://lists.fd.io/mt/29529767/21656 Group Owner: [email protected] Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
