diff --git a/Delphinus.Info.json b/Delphinus.Info.json new file mode 100644 index 0000000..9f2f1ab --- /dev/null +++ b/Delphinus.Info.json @@ -0,0 +1,18 @@ +{ + "id":"{EE351056-6F74-48B7-B8AD-6A8AB24766FE}", + "name":"Grijjy ZeroMQ", + "picture":"Logo.png", + "license_type":"Simplified BSD", + "license_file":"License.txt", + "platforms":"Win32;Win64;OSX32;Android;iOSDevice32;iOSDevice64;Linux64", + "package_compiler_min":31, + "package_compiler_max":32, + "compiler_min":31, + "compiler_max":32, + "dependencies":[ + { + "id":"{D8BC19AB-3A1A-4D3C-A407-A20C396128E7}", + "version_min":"1.0.0" + } + ] +} \ No newline at end of file diff --git a/Delphinus.Install.json b/Delphinus.Install.json new file mode 100644 index 0000000..2e6ef67 --- /dev/null +++ b/Delphinus.Install.json @@ -0,0 +1,33 @@ +{ + "search_pathes": [{ + "pathes": ".", + "platforms": "Win32;Win64;OSX32;Android;iOSDevice32;iOSDevice64;Linux64" + }], + "browsing_pathes": [{ + "pathes": ".", + "platforms": "Win32;Win64;OSX32;Android;iOSDevice32;iOSDevice64;Linux64" + }], + "source_folders": [{ + "folder": "." + }, + { + "folder": "Bin", + "recursive": true + }, + { + "folder": "ExampleBroker", + "recursive": true + }, + { + "folder": "ExampleClient", + "recursive": true + }, + { + "folder": "ExampleWorker", + "recursive": true + }, + { + "folder": "Lib", + "recursive": true + }] +} \ No newline at end of file diff --git a/Logo.png b/Logo.png new file mode 100644 index 0000000..04064d9 Binary files /dev/null and b/Logo.png differ diff --git a/README.md b/README.md index 65bd42b..16d1fd4 100644 --- a/README.md +++ b/README.md @@ -323,5 +323,9 @@ The example contained here depends upon part of our [Grijjy Foundation library]( The source code and related example repository are hosted on GitHub at [https://github.com/grijjy/DelphiZeroMQ/](https://github.com/grijjy/DelphiZeroMQ/). +## Miscellaneous +You can install [Delphinus package manager](https://github.com/Memnarch/Delphinus/wiki/Installing-Delphinus) and then install our ZeroMQ package there. (Delphinus-Support) +**Delphinus can also automatically download and install required dependencies** (may require IDE restart to update global paths) + # License PascalZMQ, ZMQ.BrokerProtocol, ZMQ.ClientProtocol, ZMQ.WorkerProtocol, ZMQ.Protocol, ZMQ.Shared and the various Example projects are licensed under the Simplified BSD License. See License.txt for details. \ No newline at end of file