diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..401f1d8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +CMakeLists.txt.user* +*.kdev4 +*.swp +/build/ +/3rdparty/ diff --git a/3rdparty/azmq b/3rdparty/azmq deleted file mode 160000 index a8f54cc..0000000 --- a/3rdparty/azmq +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a8f54cc8c9672da7d6301fe1d2719b1436ab4816 diff --git a/README b/README new file mode 100644 index 0000000..fdbe6e8 --- /dev/null +++ b/README @@ -0,0 +1,12 @@ + +In order to build this repository, you need to clone the following submodules +(as the current KDE git infrastructure does not support submodules) + +[submodule "3rdparty/azmq"] + path = 3rdparty/azmq + url = https://github.com/zeromq/azmq + +You can do it by executing the following from the repository root: + + mkdir 3rdparty + git clone https://github.com/zeromq/azmq 3rdparty/azmq