Wiki page osx-start changed with summary [Always disable CXX bindings as they don't compile] by Jean Guyomarc'h

This commit is contained in:
Jean Guyomarc'h 2016-10-01 08:02:36 -07:00 committed by apache
parent 366d942647
commit 68fab0a082
1 changed files with 1 additions and 1 deletions

View File

@ -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>