You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://code.google.com/p/javachromiumembedded/wiki/BranchesAndBuilding#Manual_B
uilding
says that:
Mac OS X - Open the Xcode project file (jcef.xcodeproj) and build the
“All(jcef project)” target.
However I cannot find the jcef.xcodeproj file from files downloaded by
svn checkout http://javachromiumembedded.googlecode.com/svn/trunk/ javachromiumembedded-read-only
Where should I locate the jcef.xcodeproj file?
Many Thanks
Jiansen
Original issue reported on code.google.com by [email protected] on 8 Mar 2015 at 9:17
The text was updated successfully, but these errors were encountered:
Hi Jiansen,
You have to create it via gclient as described one chapter above:
https://code.google.com/p/javachromiumembedded/wiki/BranchesAndBuilding#Manual_D
ownloading
By calling
cd /path/to/jcef
gclient runhooks
the Xcode project will be created.
Regards,
Kai
Original issue reported on code.google.com by
[email protected]
on 8 Mar 2015 at 9:17The text was updated successfully, but these errors were encountered: