Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
midori:contribute [2014/04/07 19:45] kalikianamidori:contribute [2014/11/08 19:04] – [Build the code] gero-bare
Line 42: Line 42:
  
 If using GTK+3 you'll want to add <code bash>-DUSE_GTK3=1</code> to the cmake command line. If using GTK+3 you'll want to add <code bash>-DUSE_GTK3=1</code> to the cmake command line.
 +
 +You can build Midori using another C Compiler for example Clang. Just
 +add -DCMAKE_C_COMPILER=/path/to/compiler to the cmake arguments.
 +Then you can build following your normal procedure. Like this:
 +<code bash>cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_C_COMPILER=/usr/bin/clang ..
 +make</code>
  
 Midori can be **run without being installed**. Midori can be **run without being installed**.