`

RAD Studio XE2 –mac开发图解

 
阅读更多
http://www.simonjstuart.com/2011/09/03/rad-studio-xe2-setting-it-up-for-a-mac-step-by-step-illustrated-guide/

With Delphi XE2 now available for everyone to enjoy, I figured it’s time I start providing some useful information to help you make the most of it!

One of the primary new features of XE2 is the ability to produce MacOSX applications, and to do that, there are additional steps you must take in order to prepare both your Windows development system, and your MacOSX deployment/testing system for this task.

This document makes the following assumptions:

  1. You’ve installed Delphi (or RAD Studio) XE2 on a Windows 64bit system
  2. You’ve installed Delphi (or RAD Studio) XE2 to the default paths

So you’ve just installed Delphi (or RAD Studio) XE2…congratulations and welcome to the new and exciting world of cross-platform Delphi development!

Still, you’re not quite ready to start deploying your applications to your MacOSX machine just yet! Fear not, however, as the remaining steps should take you just a few additional minutes and you’ll be good to go!

On your Windows development machine

  • Open Windows Explorer (Flag+E)
  • Go toC:\Program Files (x86)\Embarcadero\RAD Studio\9.0\PAServer
  • Copysetup_paserver.zipover to your MacOSX device. You can do this any way you like: Share a folder on your PC and copy it from the Mac, place the file on a Mac-compatible USB flash drive and copy it that way…. whatever works best for you!
  • Runsetup_paserver.exe(IMPORTANT NOTE:Should either thesetup_paserver.ziporsetup_paserver.exefiles be missing, you should contact Embarcadero support as something has gone wrong with your XE2 installation!)
PAServer Windows Setup (Step 1)

PAServer Windows Setup (Step 1)

  • PressOK
PAServer Setup Windows (Step 2)

PAServer Windows Setup (Step 2)

  • PressNext
PAServer Windows Setup (Step 3)

PAServer Windows Setup (Step 3)

  • Select “I accept the terms of the License Agreement” and pressNext
PAServer Windows Setup (Step 4)

PAServer Windows Setup (Step 4)

  • PressNext
PAServer Windows Setup (Step 5)

PAServer Windows Setup (Step 5)

  • PressInstall
PAServer Windows Setup (Step 6)

PAServer Windows Setup (Step 6)

  • Wait for the process to finish (could be anything from a minute or longer)
PAServer Windows Setup (Step 7)

PAServer Windows Setup (Step 7)

  • PressDone

On your MacOSX deployment/debugging machine

  • InFinder, locate the Folder into which you placedsetup_paserver.zip, andDouble-Clickon the zip file.
PAServer MacOSX Setup (Step 1)

PAServer MacOSX Setup (Step 1)

  • Double-Clickon the file namedsetup_paserver(noting the absence of.zip) to begin the PAServer setup on your MacOSX system.
PAServer Mac Setup (Step 2)

PAServer Mac Setup (Step 2)

  • PressOK
PAServer Mac Setup (Step 3)

PAServer Mac Setup (Step 3)

  • PressNext
PAServer Mac Setup (Step 4)

PAServer Mac Setup (Step 4)

  • Select “I accept the terms of the License Agreement” and pressNext
PAServer Mac Setup (Step 5)

PAServer Mac Setup (Step 5)

  • PressNext(Note: This guide presumes that you’re installing PAServer on your MacOSX machine using the default location. If you elect to install to a different location, you will need to accommodate for that in future portions of this guide!)
PAServer Mac Setup (Step 6)

PAServer Mac Setup (Step 6)

  • PressInstall(Remember: the installation process can take anything from a few seconds to several minutes)
PAServer Mac Setup (Step 7)

PAServer Mac Setup (Step 7)

  • PressDone
  • Go back toFinder, and navigate to “/Users/%username%/Applications/Embarcadero/PAServer” (substitute%username%for your MacOSX account username)
PAServer Mac Setup (Step 8)

PAServer Mac Setup (Step 8)

  • To run PAServer on your Mac (which is necessary to deploy and debug Delphi applications for the OSX platform), you can simplyDouble-Clickon thepaserverApplication file
PAServer Mac Setup (Step 9)

PAServer Mac Setup (Step 9)

  • Simplyenter a good passwordand press theEnter/Return Key

You can also create a Desktop/Dock shortcut to thepaserverapplication to make it easier to run on demand…. or, if you’re clever…..

Make PAServer start automatically on your Mac when you switch it on (or log in)

  • Since you already haveFinderopen in the “/Users/%username%/Applications/Embarcadero/PAServer” folder…
  • Bring upContext Menu(by doingControl+Click) on thepaserver.commandfile
  • Go toOpen Withand clickTextEdit
PAServer Autorun At Startup/Login (Step 1-3)

PAServer Autorun At Startup/Login (Step 1-3)

  • Modify the second line so that it resembles the following:
    “/Users/%username%/Applications/Embarcadero/PAServer/paserver” -password=S0m3Gr8tP455w0rd
    Including quotes, and remembering to substitute%username%with your MacOSX user account name! Essentially you’re just adding-password=…to the end of the line!
PAServer Autorun At Startup/Login (Step 4)

PAServer Autorun At Startup/Login (Step 4)

  • Save the file(usingCommand+S) and thenQuitTextExit
  • OpenSystem Preferences, selectUsers & Groups, then press theLogin Itemsbutton.
  • Press the+button to add a new item to your login group
  • Locate “/Users/%username%/Applications/Embarcadero/PAServer/paserver.command” and pressAdd.
  • Tick the box (in theHidecolumn) corresponding to your paserver.command entry
PAServer Autorun At Startup/Login (Step 5)

PAServer Autorun At Startup/Login (Step 5)

PAServer will now automatically start (and hide itself) whenever you log in to your Mac, eliminating the annoyance of forgetting to start it before attempting to deploy/debug a Delphi application to the OSX platform.

Deploying your first FireMonkey application to your MacOSX machine

  • Open or create your FireMonkey project
  • On theProject Manager, you will need toRight-ClickonTarget Platforms, clickAdd Platform, and selectOS Xfrom the list, followed by clickingOK
  • Right-click on theOS Xentry underTarget Platformson theProject Managerand clickAssign Remote Profile
  • ClickAdd…
  • EnterProfile name
XE2 MacOSX FireMonkey Application Deployment (Step 1)

XE2 MacOSX FireMonkey Application Deployment (Step 1)

  • ClickNext >>
  • Enter theHost name(or IP Address) of your MacOSX machine, and yourPasswordas specified for PAServer on your Mac.
XE2 MacOSX FireMonkey Application Deployment (Step 2)

XE2 MacOSX FireMonkey Application Deployment (Step 2)

  • You may useTest Connectionto ensure that your details are correct
  • ClickNext >>, followed byFinish
  • Select your new Remote Profile from the list (e.g.My Mac Deviceas per the screenshot for Step 1) and clickOK

That’s it! Your profile will be used for all MacOSX deployments by default (unless you specify a different profile for specific projects). PressingF9will deploy your application to your MacOSX machine (presuming you have selected theOS Xentry inTarget Platformson theProject Manager), and you’ll be able to debug your application from Delphi whilst it is running on your Mac!

Just because pictures speak louder than words…

FireMonkey 3D GUI Demo on OSX Lion

FireMonkey 3D GUI Demo on OSX Lion

You can find the official PAServer documentation on Embarcadero’s Documentation Wiki.

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics