sushmita das
sushmita das

Reputation: 83

Building opendaylight from source

I am new to ODL and am trying to install the carbon release using the source code mentioned in this website I somehow only get different folders inside the opendaylight folder than 'opendaylight/distribution/opendaylight/'. Can someone guide me through how to build ODL from source?

Upvotes: 0

Views: 509

Answers (1)

Tom Pantelis
Tom Pantelis

Reputation: 1349

Those instructions are way out-of-date. That was back from the first release when mostly everything was in one git project, controller. Now the code is spread out in many different git projects so it depends which part you want to build. If you want to build the openflow code then git clone the openflowplugin project and 'mvn -Pq install' from the top level.

Upvotes: 1

Related Questions