On 22.01.2019 17:53, Erich Steinböck 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/
> I'll also update CMake-build-readme.txt
>
> Please let us know of any issues you encounter.

maybe the following can be helpful after running "make":

    make DESTDIR=~/oorexx5 install       

"DESTDIR=someDestinationDirectory" allows one to install ooRexx anywhere on 
one's system. Then
"~/oorexx5/bin/rexx -e 'say address()' " should work.

---rony

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

Reply via email to