Configuring install path: prefix=[PREFIX] not fully understood

前端 未结 2 1053
礼貌的吻别
礼貌的吻别 2021-01-19 07:36

I think this is simply a general c++ question:

I\'m attempting to compile a local version of ffmpeg on Linux Fedora using the gnu c++ compiler. I have source code in

2条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-19 07:53

    In my situation, ./configure end up with warning/error, so --prefix= works with the default location (/usr/local). After I sorted out the warning/error, it worked as expected.

提交回复
热议问题