Re: install script for wxEuphoria?
- Posted by Julio C. Galaret Viera <galaret at adinet?co?.uy> Oct 05, 2007
- 537 views
I have made a RPM package for wxEuphoria version 0.10.0. Since I have never used wxEuphoria and know nothing about it, before submiting it to RDS repository, I would like someone using wxEu test it first. I have done very little testing and it works fine. The package relies on EUDIR and EUINC so these variables must be already set when installing it. To install it type: $ rpm --ba wxEuphoria-0.10.0-1.i386.rpm No others actions are required. By default, files will be installed as follows: libwxeu.so -> /usr/local/lib wxeud.e -> EUINC wxEuphoria directory tree (docs, demo, src, license) -> EUDIR If wxWidgets was not installed with a RPM package, chances are that wxEuphoria package fails with a message about unsatisfied dependencies. If so, try: $ rpm --ba wxEuphoria-0.10.0-1.i386.rpm --nodeps Also, a wxEuphoria-0.10.0-1.src.rpm is supplied in case you want to rebuild the binary to suit your system requirements. If someone is interested in testing it, please tell me and I will send it. Suggestions are welcome. Regards.