diff options
Diffstat (limited to 'development/Ice/README')
-rw-r--r-- | development/Ice/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/Ice/README b/development/Ice/README new file mode 100644 index 0000000000..c0d890192b --- /dev/null +++ b/development/Ice/README @@ -0,0 +1,9 @@ +Internet Communications Engine, or Ice, is a Remote Procedure Call and +object middleware system developed by ZeroC (http://www.zeroc.com/) +and dual-licensed under the GNU GPL and a proprietary license. It +aims to be useful for real-world systems without being overly complex, +and also being highly efficient and scalable. It's supported on a very +large number of environments, including C++, Java, .NET, Visual Basic, +Python, Ruby and PHP. + +Ice requires the mcpp package (also available at SlackBuilds.org). |