Warning, /plasma/lancelot/README is written in an unsupported language. File is not indexed.

0001 
0002 In order to build this repository, you need to clone the
0003 following submodules (as the current KDE git infrastructure
0004 does not support submodules)
0005 
0006 [submodule "3rdparty/azmq"]
0007         path = 3rdparty/azmq
0008         url = https://github.com/zeromq/azmq
0009 
0010 You can do it by executing the following from the repository root:
0011 
0012     mkdir 3rdparty
0013     git clone https://github.com/zeromq/azmq 3rdparty/azmq
0014 
0015 
0016 The Boost libraries are not provided in the 3rdparty directory,
0017 the build relies on you having Boost 1.67 or greater installed
0018 on your system. If Boost is not found, you can pass a custom
0019 BOOST_ROOT value to cmake.
0020