Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README_OS_X.txt is overly complex #960

Closed
lloeki opened this issue Sep 21, 2013 · 3 comments
Closed

README_OS_X.txt is overly complex #960

lloeki opened this issue Sep 21, 2013 · 3 comments
Labels
comp: help schelp documentation enhancement
Milestone

Comments

@lloeki
Copy link

lloeki commented Sep 21, 2013

To build on OSX, one merely needs to

  • install Xcode up to 4.6 (not 5, because it drops the 10.7 SDK)
  • install the CTL (command line tools, e.g via preferences)
  • run cmake as follows:
mkdir build && cd build
cmake -DCMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/ -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 -DCMAKE_BUILD_TYPE="Release" ..
make    # install if you wish
@sidechained
Copy link

Just built again yesterday with command line tools but without Xcode, so
you could omit that part too for ultra simplicity. But didn't you need qt?

Graham
On Sep 21, 2013 5:03 PM, "Loic Nageleisen" [email protected] wrote:

To build on OSX, one merely needs to

  • install Xcode up to 4.6 (not 5, because it drops the 10.7 SDK)
  • install the CTL (command line tools, e.g via preferences)
  • run cmake as follows:

mkdir build && cd build
cmake -DCMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/ -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 -DCMAKE_BUILD_TYPE="Release" ..
make # install if you wish


Reply to this email directly or view it on GitHubhttps://github.com//issues/960
.

@muellmusik
Copy link
Contributor

The existing readme is already simpler than that, or?

mkdir build
cd build
cmake ..

Then to run the build process run:

make install

@scztt
Copy link
Contributor

scztt commented Mar 15, 2015

I just rewrote the OS X build instructions. They're about as simple as they can be, without taking shortcuts that will get people stuck..... Closing.

@scztt scztt added bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: help schelp documentation enhancement and removed bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. labels Mar 15, 2015
@scztt scztt added this to the 3.7 milestone Mar 15, 2015
@scztt scztt closed this as completed Mar 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: help schelp documentation enhancement
Projects
None yet
Development

No branches or pull requests

4 participants