X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=INSTALL;h=4c54b59d3de9b160e0b8e5377ea3c535adc89812;hb=093f56c5c5c8b0891e837beb1defd84bc165ac6a;hp=5589fe7dd7203308bbec27a562cb9899d218577a;hpb=fef5244f6f0ff04caa101d01a3dd9254653d5613;p=sliver-openvswitch.git diff --git a/INSTALL b/INSTALL index 5589fe7dd..4c54b59d3 100644 --- a/INSTALL +++ b/INSTALL @@ -18,8 +18,13 @@ you will need the following software: - GNU make. - - The GNU C compiler. We generally test with version 4.1, 4.2, or - 4.3. + - A C compiler, such as: + + * GCC 4.x. + + * Clang. Clang 3.4 and later provide useful static semantic + analysis and thread-safety checks. For Ubuntu, there are + nightly built packages available on clang's website. - libssl, from OpenSSL, is optional but recommended if you plan to connect the Open vSwitch to an OpenFlow controller. libssl is @@ -107,6 +112,8 @@ installing the following to obtain better warnings: - GNU make. + - clang, version 3.4 or later + Also, you may find the ovs-dev script found in utilities/ovs-dev.py useful. Installation Requirements @@ -173,6 +180,10 @@ Prerequisites section, follow the procedure below to build. % ./configure CC=gcc-4.2 + To use 'clang' compiler: + + % ./configure CC=clang + To build the Linux kernel module, so that you can run the kernel-based switch, pass the location of the kernel build directory on --with-linux. For example, to build for a running