Greetings Erich,

Erich Steinböck wrote:
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


So since I am not intending to package this deployment (since I am non-root, 
and cannot install packages on the shared server)... what then is the purpose 
of leaving args:

-DBUILD_DEB=1 -DOS_DIST=ubuntu1604

Also, what is the supported list of DOS_DIST constants? Or is that a literal 
pass-through string?

Recall, I stated the the shared web server is running Debian, not Ubuntu.

Oh, and our hosting provider serves us on:
cat /etc/debian_version
8.11

uname -a
Linux infong531 3.16.0-ui18276.29-uiabi1-infong-amd64 #1 SMP Debian 
3.16.59-1~ui80+1 (2018-10-03) x86_64 GNU/Linux


Lastly, for the DCMAKE_INSTALL_PREFIX arg, what is the difference between full path specifying and passing in the ~ symbol? The successful compile of ooRexx 4.2 I did for shared web hosting, I full pathed the prefix value.

#ooRexx 4.2 syntax
 ./configure --disable-static 
--prefix=/kunden/homepages/35/d157794216/htdocs/opt/oorexx

Noted, after getting cmake syntax established, I will perform a make and make install. 
"Getting close."

I am thankful,

--
Michael Lueck
Lueck Data Systems
http://www.lueckdatasystems.com/


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

Reply via email to