Linux command tells the system where to install the compiled binaries $ ./configure --prefix=/home/user/bin
https://www.prl.res.in/prl-eng/hpc/software/installing_software_by_yourself
$ configure --help To start configuring the build environment, execute the following command : $ ./configure --prefix=/home/user/binThe prefix argument in the above command tells the system where to install the compiled binaries. If you did not set prefix argument, the system will try to install your software in root directories and you will get "Permission Denied" error.
No hay comentarios:
Publicar un comentario