I've pushed that line to changes.html in gh-pages now
I wanted to note that in order to get rdy to build on my Gentoo (where I have vtk/7.1.0 installed) I had to comment 4 lines in CmakeLists.txt because these libs don't appear to be present on my system.
3 of them are (presently) lines 444-446 that now say this for me:
# if( UNIX AND NOT APPLE )
# set( EXTRA_VTK_LIBS vtkIOMPIImage vtkIOMPIParallel vtkRenderingFreeTypeFontConfig vtkRenderingMatplotlib )
# endif()
And the other is a few lines down at 497:
# vtkFiltersParallelDIY2
Not really sure what effect this might have on the build.. just that it goes ahead with those lines commented.
Unfortunately I can't run the 'ready' binary that it produces (though the 'rdy' binary works fine)
The error I get when I try to run 'ready' (I haven't tried to google this yet) is this:
Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1010,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1013,wx containers,compatible with 2.8).
I presume this is just something in my Gentoo Linux that needs to be rebuilt, so probably not a huge concern. I'll keep trying and let you know if I work it out.