Greetings Jean-Louis Jean-Louis Faucher wrote: > Q2) Assuming CMAKE_INSTALL_PREFIX is the correct way, then CMakeLists.txt > should be slightly modified for the platforms other than Windows : > > set (CMAKE_INSTALL_PREFIX /usr) > must be replaced by > if(NOT DEFINED CMAKE_INSTALL_PREFIX) > set(CMAKE_INSTALL_PREFIX "/usr") > endif()
Prefix, to me, speaks of support on *nix platform to build the program intending to use it at an alternate install path/root. I finally had success building and installing ooRexx v4 as a non-root user by hack-modifying the ooRexx source code file that defines the path where the PID file will be created. #542 Support non-root interpreter installation and execution on Unix-like systems http://sourceforge.net/p/oorexx/feature-requests/542/ I have had it in mind to compare with another OSS/FS project which uses a PID file AND currently supports building with a prefix as a non-root user. I have just not gotten around to that comparative research yet. I am thankful, -- Michael Lueck Lueck Data Systems http://www.lueckdatasystems.com/ ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
