> Can someone please guide me or at least point me in the right > direction to install/run ocropus on my centos 5 64bit or is it just > not possible and can ONLY be installed on ubuntu?
The code almost certainly works without problems on Centos; our C++ code tends to be pretty portable. It's the build system that causes all the problems. We simply don't have the resources to create build files for platforms other than Ubuntu, but we're hoping that people can contribute those. Your options are: (1) hack SConstruct to work on Centos or (2) hack automake/autoconf to work on Centos. If you submit your changes, we're more likely to put changes for non-Ubuntu systems into automake/autoconf, but even an SConstruct.centos would be useful. Tom --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ocropus" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ocropus?hl=en -~----------~----~----~----~------~----~------~--~---
