Re: Jeremy - EuIup
- Posted by jeremy (admin) Nov 29, 2010
- 1217 views
The changes are for a better, more euphoric, wrapping around the Iup library. They also were prompted due to the release of Iup 3.0. EuIup is now at version 3.3 of the Iup library. As we speak, I am converting the CD (canvas draw) methods from the old 2.x library.
As for downloads on Linux. The problem with providing a download on Linux (I've found) is that there seem to be inconsistencies on .so dependencies. For example, on a redhat box I have, the .so's work fine. On a debian box I have the .so's do not work as the .so's rely on GLIBC_3.11 (I think, or was it 2.11?) and what is on the debian box is x.17, thus the .so's failed to load.
Therefore, I am not yet sure what to do about distribution on Linux except require that the user have Iup installed by the OS's package manager or by compiling Iup themselves.
As for download packages for Windows. Yes, those will be coming. You can do it right now in 2 parts, please see: https://bitbucket.org/jcowgar/euiup/downloads ... The docs, however, need to have direct download links available in them. I just generated that site the other day. It's 100% from our eudoc and creolehtml tools, BTW. It's an example of what can be done w/source docs
Jeremy