Cross-compile: How to install with one prefix, and deploy with a different prefix?

后端 未结 2 1960
一整个雨季
一整个雨季 2021-02-14 00:47

I\'m trying to cross-compile some applications for an alternative architecture.

My typical procedure is as follows:

  1. Download and untar source into /var/sou
2条回答
  •  太阳男子
    2021-02-14 01:36

    I had a similar problem, but I was cross-compiling and wanted to install to the root directory of my device. In this case I specified:

    make install DESTDIR=
    

提交回复
热议问题