зеркало из https://github.com/mono/xsp.git
Родитель
9ad42ae553
Коммит
5243f145c8
2
INSTALL
2
INSTALL
|
@ -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
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:
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче