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

[Wiki] Add a comment to use xcodebuild to build from the command-line on OS X #231

Open
magreenblatt opened this issue Jul 28, 2016 · 0 comments
Labels
enhancement Enhancement request

Comments

@magreenblatt
Copy link
Collaborator

Original report by Paul Furbacher (Bitbucket: Paul Furbacher).


On the BranchesAndBuilding page, in the first item of the section titled "Manual Building", you could add after the following comment:

# Open jcef.xcodeproj in Xcode and select Product > Build.```

a comment on how to build using xcodebuild on the command line:

# In the 'jcef_build' directory, execute 
# xcodebuild -project jcef.xcodeproj/ -configuration Release -target ALL_BUILD
# This requires Xcode Command-Line Tools to have been installed.

If this comment is added, it might be useful to add a link in the "For Mac OS X platforms:" section about installing the command-line tools. Something like


  • Xcode Command-line Tools if you want to build the xcodeproject from the command-line: in Terminal, invoke:
    $ xcode-select --install

Using the command line saves a good bit of time taken up by Xcode starting up. However, be prepared for massive amounts of console output!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement request
Projects
None yet
Development

No branches or pull requests

1 participant