Hi Eric,

Is there a build option that would allow me to rename the rexx executable to, 
perhaps orexx?

Thanks,

Bruce
> On Jan 22, 2019, at 8:53 AM, Erich Steinböck <erich.steinbo...@gmail.com> 
> wrote:
> 
> Hi Michael,
> if you do not want to build to the default ooRexx install location /usr/bin, 
> set CMAKE_INSTALL_PREFIX to the desired path on the cmake command. To build 
> for an install to your home directory, you would use
> 
> cmake -DBUILD_DEB=1 -DOS_DIST=ubuntu1604 -DCMAKE_BUILD_TYPE=RELEASE 
> -DCMAKE_INSTALL_PREFIX=~/oorexx ../../oorexxsvn/main/trunk
> 
> To install without building a package, use make install
> 
> No APIService.cpp patching, ./configure, mkdir ~/opt/oorexx/var should be 
> necessary for 5.0.  The latest 5.0 trunk will no longer require rxapi to run 
> as root.
> 
> 
> I have just updated our How-to-build-ooRexx wiki at 
> https://sourceforge.net/p/oorexx/wiki/how-to-build-oorexx/ 
> <https://sourceforge.net/p/oorexx/wiki/how-to-build-oorexx/>I'll also update 
> CMake-build-readme.txt 
> 
> Please let us know of any issues you encounter.
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel

_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to