Skip to content

FreeFem/FreeFEM-graphic-client

Repository files navigation

FreeFEM-graphic-client

How to build :

    Dowload the lastest LunarG vulkan runtime and install it on your computer.     Find it here

    Build the vulkan headers and install them.     Find it here.

Optional :

    If you want to have in depth vulkan debug capabilities, install the vulkan validation layers.     Find it here.

    Build using these commands :

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=DEBUG ..

Build the documentation :

doxygen Doxyfile