[x265] custom compile

Steve Borho steve at borho.org
Tue Jan 27 17:35:39 CET 2015


On 01/22, Dazzle Software wrote:
> Hello I trying to create custom setup for x265
> as I wish to not compile to the system directory as normally I use prefix=
> in configure line but how can I do this with cmake and also how can I set
> the location of yasm from my custom directory

the easiest way is to simply run ccmake or cmake-gui and configure those
options manually, just remember to 'configure' and 'generate' after
making your changes.

You're looking for CMAKE_INSTALL_PREFIX and YASM_EXECUTABLE

-- 
Steve Borho


More information about the x265-devel mailing list