Now only supports Git repository
This commit is contained in:
parent
b26a7c8d86
commit
beaddd1d32
@ -21,8 +21,7 @@
|
|||||||
* lib
|
* lib
|
||||||
* dumpbin
|
* dumpbin
|
||||||
|
|
||||||
4. If you want to build from SVN or GIT source, following commands
|
4. If you want to build from GIT source, following commands are required.
|
||||||
are required.
|
|
||||||
* bison
|
* bison
|
||||||
* patch
|
* patch
|
||||||
* sed
|
* sed
|
||||||
@ -50,8 +49,7 @@
|
|||||||
And add _RUBYW_INSTALL_NAME_ to change the name of the
|
And add _RUBYW_INSTALL_NAME_ to change the name of the
|
||||||
executable without console window if also you want.
|
executable without console window if also you want.
|
||||||
|
|
||||||
3. Run `<tt>nmake up</tt>' if you are building from SVN or GIT
|
3. Run `<tt>nmake up</tt>' if you are building from GIT source.
|
||||||
source.
|
|
||||||
|
|
||||||
4. Run `<tt>nmake</tt>'
|
4. Run `<tt>nmake</tt>'
|
||||||
|
|
||||||
@ -89,7 +87,7 @@ in Japanese, but you can download at least.
|
|||||||
cd \ruby
|
cd \ruby
|
||||||
win32\configure --prefix=/usr/local
|
win32\configure --prefix=/usr/local
|
||||||
nmake
|
nmake
|
||||||
nmake test
|
nmake exam
|
||||||
nmake install
|
nmake install
|
||||||
|
|
||||||
* Build on the relative directory from the ruby source directory.
|
* Build on the relative directory from the ruby source directory.
|
||||||
@ -105,7 +103,7 @@ in Japanese, but you can download at least.
|
|||||||
cd mswin32
|
cd mswin32
|
||||||
..\win32\configure --prefix=/usr/local
|
..\win32\configure --prefix=/usr/local
|
||||||
nmake
|
nmake
|
||||||
nmake test
|
nmake exam
|
||||||
nmake install
|
nmake install
|
||||||
|
|
||||||
* Build on the different drive.
|
* Build on the different drive.
|
||||||
@ -119,7 +117,7 @@ in Japanese, but you can download at least.
|
|||||||
cd D:\build\ruby
|
cd D:\build\ruby
|
||||||
C:\src\ruby\win32\configure --prefix=/usr/local
|
C:\src\ruby\win32\configure --prefix=/usr/local
|
||||||
nmake
|
nmake
|
||||||
nmake test
|
nmake exam
|
||||||
nmake install DESTDIR=C:
|
nmake install DESTDIR=C:
|
||||||
|
|
||||||
* Build x64 version (requires native x64 VC++ compiler)
|
* Build x64 version (requires native x64 VC++ compiler)
|
||||||
@ -133,7 +131,7 @@ in Japanese, but you can download at least.
|
|||||||
cd \ruby
|
cd \ruby
|
||||||
win32\configure --prefix=/usr/local --target=x64-mswin64
|
win32\configure --prefix=/usr/local --target=x64-mswin64
|
||||||
nmake
|
nmake
|
||||||
nmake test
|
nmake exam
|
||||||
nmake install
|
nmake install
|
||||||
|
|
||||||
== Bugs
|
== Bugs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user