svn path=/trunk/xsp/; revision=25375
This commit is contained in:
Miguel de Icaza 2004-04-12 21:13:50 +00:00
Родитель 9ad42ae553
Коммит 5243f145c8
2 изменённых файлов: 10 добавлений и 3 удалений

Просмотреть файл

@ -3,7 +3,7 @@ Testing XSP
Steps for installing the server:
./autogen.sh --prefix=/your/install/dir
./configure --prefix=/your/install/dir
make
make install

11
README
Просмотреть файл

@ -7,12 +7,19 @@
* Compiling and Running XSP
---------------------------
To compile XSP you need a `make' compatible tool, then type
the following commands:
To compile XSP type:
./configure
make
make install
Optionally, you can pass a prefix:
./configure --prefix=/mypath
make
make install
Then to run it, go to the directory that contains your .aspx
files, and execute xsp: