<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><br>
</p>
<div class="moz-cite-prefix">El 23/6/19 a las 19:21, Ruben Di
Battista escribió:<br>
</div>
<blockquote type="cite"
cite="mid:etPan.5d0ffb56.6f459e93.2941@gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style>body{font-family:Merriweather,Arial;font-size:13px}</style>
<div style="font-family:Merriweather,Arial;font-size:13px; color:
rgba(51,51,51,1.0); ">If I’m not mistaken, you should be able to
change the install prefix using the CMAKE_ARGS option in the
Configure step. <br>
<div style="margin: 0px;"> CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
-DCMAKE_CXX_FLAGS='-g'<br>
</div>
</div>
</blockquote>
<p>Thanks, Ruben. I am familiar with this. I was hoping to have a
way of installing in /usr/local, by having cmake/ninja call a sudo
ninja install and then leaving the terminal to type in the
password.</p>
<p>But I guess this is not possible, and I'll have to install
somewhere else.<br>
</p>
</body>
</html>