Installing on Windows without Cygwin

If you'd like to setup the XP framework on Windows and don't want to use it inside a Cygwin environment, here's how:

Fetching the release

Because Windows does not have a builtin downloading command line utility, we need to do it the point- and click way:



Running setup

Typical installation

To install a framework release in your own home directory, open a "cmd" window and type the following:

  C:\Users\Thekid>mkdir Xp Xp\bin Xp\lib
  C:\Users\Thekid>cd Xp\lib
  C:\Users\Thekid\Xp\lib>php C:\Users\Thekid\Downloads\setup.php -d ..\bin

Finally, press the Windows-Key and "Pause" simultaneously to open the "system properties" dialog window. On the "Extended" tab, press the button labled "Environment variables". Add a variable called Path (or edit an existing one) in the section "user variables" and add C:\Users\Thekid\Xp\bin as value.



See also

The generic setup instructions

Table of contents