Skip to content
chatur edited this page Jan 26, 2012 · 20 revisions

Clay Syntax

  • Clay on Ubuntu complains about parser errors on /* tokens

    GCC on some older versions of Ubuntu has a compiler bug that breaks Clay's parser. Try updating your compiler.

Building Clay

  • How do I build a debug version of Clay?

    When running cmake, set the CMAKE_BUILD_TYPE attribute: cmake -DCMAKE_BUILD_TYPE=Debug ..`

Clone this wiki locally