Open itay-grudev opened 9 years ago
Hi, thanks for pointing out the bug in our cmake. There are currently no installers for mac OSX and we will not be using the cmake install machinerie. So I might rather disable the install target altogether. I'll raise a bug.
If you want to build the code base on OSX you can follow these instructions: https://github.com/maidsafe/MaidSafe/wiki/Build-Instructions-for-OS-X
to build release installers we currently use the compiler flags -DCMAKE_BUILD_TYPE=Release -DINCLUDE_TESTS=Off (best on Linux)
Why not? The installer works just fine on Mac OS X. The only problem is a tiny bug which takes a minute to fix.
P.S. I was following the tutorial up to that point.
Hi, I was building and installing MaidSafe on Mac OS X and I encountered the following error while executing
sudo make install
:The fix is very simple - replace the following line in: build_maidsafe/src/third_party_libs/sqlite/cmake_install.cmake
with
I tried to fix it and make a pull request but I was unable to find the source file I was supposed to change.