|
The binary distribution is only for Ice for Java, i.e., it contains tools such as slice2java so that Java users don't need a C++ compiler.
For Ice for C++, you must build Ice yourself. The main difficulty in building Ice is in my experience not Ice itself, but to build the third-party libraries. Thus an Ice for C++ binary distribution without also distributing all the third-party libraries would not be very helpful.
|