WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=68fab0a082be364d47ecc5904b8b63031d83f23a
commit 68fab0a082be364d47ecc5904b8b63031d83f23a Author: Jean Guyomarc'h <[email protected]> Date: Sat Oct 1 08:02:36 2016 -0700 Wiki page osx-start changed with summary [Always disable CXX bindings as they don't compile] by Jean Guyomarc'h --- pages/distros/osx-start.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/distros/osx-start.txt b/pages/distros/osx-start.txt index 0deee2c..92814ed 100644 --- a/pages/distros/osx-start.txt +++ b/pages/distros/osx-start.txt @@ -106,7 +106,7 @@ Installing dependancies on OS X is painful, but now you did it (congrats'), you <code bash> git clone git://git.enlightenment.org/core/efl.git # Get the sources cd efl # Go to repository you cloned -./autogen.sh +./autogen.sh --disable-cxx-bindings make -j $(nproc) # Compile sudo make -j $(nproc) install # Install </code> --
