[Paraview] Paraview and Space Mouse Pro

Cory Quammen cory.quammen at kitware.com
Tue Nov 29 09:34:54 EST 2016


Dinu,

I do my main development on a Mac and the option is indeed listed in
the ccmake. The option variable is not defined in the top-level
CMakeLists.txt file, but that doesn't mean it doesn't exist. There is
some CMake code that looks in the plugins directory and creates the
option variable for each plugin during CMake configuration.

Try this:

In your ParaView build directory, run

ccmake .

Toggle the advanced options on by pressing the 't' key. Now type '/'
and search for PARAVIEW_BUILD_PLUGIN_VRPlugin. It should be listed,
with a default setting to off.

Let us know how it goes,
Cory

On Tue, Nov 29, 2016 at 3:05 AM, Dinu Patirniche
<dinu.patirniche at gmail.com> wrote:
> Hi Cory,
>
> Ah Yeah, I forgot to mention that I'm compiling on OSx. This option is
> not available neither in Paraview 5.2.0 nor in 5.0.0 (both of which I
> compiled from source). Have a look at the screenshot.
>
> Thanks,
> D.
>
> On 11/29/16, Cory Quammen <cory.quammen at kitware.com> wrote:
>>> Two questions:
>>> 1. That page was last updated in 2014; did since then the plan succeed
>>> to include it in the binaries (I guess not, as I could not locate it)
>>
>> I believe this plugin is shipped with the Linux binaries only.
>>
>>> 2. If it is not included in the binaries, what should I add to the
>>> CMakeList to correctly install the plugin?
>>
>> You should just enable PARAVIEW_BUILD_PLUGIN_VRPlugin as the
>> instructions say. It is an advanced CMakeLists.txt option, so make
>> sure you have the advanced mode enabled in the CMake user interface.
>>
>> HTH,
>> Cory
>>
>>> Thanks,
>>> D.
>>> _______________________________________________
>>> Powered by www.kitware.com
>>>
>>> Visit other Kitware open-source projects at
>>> http://www.kitware.com/opensource/opensource.html
>>>
>>> Please keep messages on-topic and check the ParaView Wiki at:
>>> http://paraview.org/Wiki/ParaView
>>>
>>> Search the list archives at: http://markmail.org/search/?q=ParaView
>>>
>>> Follow this link to subscribe/unsubscribe:
>>> http://public.kitware.com/mailman/listinfo/paraview
>>
>>
>>
>> --
>> Cory Quammen
>> Staff R&D Engineer
>> Kitware, Inc.
>>



-- 
Cory Quammen
Staff R&D Engineer
Kitware, Inc.


More information about the ParaView mailing list