ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
< Hemal>
Does anyone know how to "sudo make install" only a particular executable file ?
< Hemal>
Whenever I run make install, the whole mlpack gets installed again, so it is time consuming,
< rcurtin>
make install installs everything, so if you just want to install one file you'd be better off just manually copying it to where you want it to go
< Hemal>
Ok ! Thank you :)
< rcurtin>
:)
< Hemal>
It is usually /usr/local , isn't it ?
< zoq>
yes, if you just use it for testing you can also specifiy the path something like: path/to/mlpack/build/mlpack_knn -h
< Hemal>
For testing it without installing, right ? I now understood it , thanks 😊