Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby26 /
share /
ri /
2.6.0 /
system /
win32 /
Delete
Unzip
Name
Size
Permission
Date
Action
page-README_win32.ri
5.21
KB
-rw-r--r--
2023-07-26 18:33
Save
Rename
U:RDoc::TopLevel[ i I"win32/README.win32:ETcRDoc::Parser::Simpleo:RDoc::Markup::Document:@parts[5S:RDoc::Markup::Heading: leveli: textI" begin;To:RDoc::Markup::BlankLine S; ; i;I"'How to build ruby using Visual C++;T@ S; ; i;I"Requirement;T@ o:RDoc::Markup::Paragraph;[I"(1) Windows XP or later.;T@ o; ;[I"I(2) Visual C++ 6.0 or later. (strongly recommended VC++ 10 or later);T@ o:RDoc::Markup::Verbatim;[I"MNote: if you want to build x64 or ia64 version, use native compiler for ;TI" x64/ia64. ;T:@format0o; ;[I"M(3) Please set environment variable (({INCLUDE})), (({LIB})), (({PATH}));To;;[I">to run required commands properly from the command line. ;TI" ;TI"6Note: building ruby requires following commands. ;TI" * nmake ;TI" * cl ;TI" * lib ;TI" * dumpbin ;T;0o; ;[I"O(4) If you want to build from SVN source, following commands are required.;To;;[ I" * bison ;TI" * patch ;TI"* sed ;TI"* ruby 1.8 or later ;T;0o; ;[I"R(5) Enable Command Extension of your command line. It's the default behavior;To;;[I"Nof cmd.exe. If you want to enable it explicitly, run cmd.exe with /E:ON ;TI" option. ;T;0S; ; i;I"How to compile and install;T@ o; ;[I"=(1) Execute win32\configure.bat on your build directory.;To;;[I"9You can specify the target platform as an argument. ;TI">For example, run `((%configure --target=i686-mswin32%))' ;TI"1You can also specify the install directory. ;TI"EFor example, run `((%configure --prefix=<install_directory>%))' ;TI"0Default of the install directory is /usr . ;TI";The default ((|<PLATFORM>|)) is `(({i386-mswin32}))'. ;T;0o; ;[I"P(2) Change ((|RUBY_INSTALL_NAME|)) and ((|RUBY_SO_NAME|)) in (({Makefile}));To;;[I"=if you want to change the name of the executable files. ;TI"@And add ((|RUBYW_INSTALL_NAME|)) to change the name of the ;TI"9executable without console window if also you want. ;T;0o; ;[I"B(3) Run `((%nmake up%))' if you are building from SVN source.;T@ o; ;[I"(4) Run `((%nmake%))';T@ o; ;[I"(5) Run `((%nmake exam%))';T@ o; ;[I""(6) Run `((%nmake install%))';T@ S; ; i;I" Icons;T@ o; ;[ I"NAny icon files(*.ico) in the build directory, directories specified with ;TI"K((|icondirs|)) make variable and (({win32})) directory under the ruby ;TI"Msource directory will be included in DLL or executable files, according ;TI"to their base names.;To;;[I"I$(RUBY_INSTALL_NAME).ico or ruby.ico --> $(RUBY_INSTALL_NAME).exe ;TI"J$(RUBYW_INSTALL_NAME).ico or rubyw.ico --> $(RUBYW_INSTALL_NAME).exe ;TI"Dthe others --> $(RUBY_SO_NAME).dll ;T;0o; ;[I"OAlthough no icons are distributed with the ruby source or in the official ;TI"Nsite, you can use anything you like. For example, followings are written ;TI"0in Japanese, but you can download at least.;T@ o:RDoc::Markup::List: @type:BULLET:@items[o:RDoc::Markup::ListItem:@label0;[o; ;[I"<((<URL:http://homepage1.nifty.com/a_nakata/ruby/>)) or ;TI"P((<icon itself|URL:http://homepage1.nifty.com/a_nakata/ruby/RubyIcon.ico>));T@ S; ; i;I"Build examples;T@ o;;;;[ o;;0;[ o; ;[I"(Build on the ruby source directory.;T@ o; ;[I" ex.);To;;[I"%ruby source directory: C:\ruby ;TI"%build directory: C:\ruby ;TI"*install directory: C:\usr\local ;TI" ;TI"C: ;TI"cd \ruby ;TI")win32\configure --prefix=/usr/local ;TI"nmake ;TI"nmake test ;TI"nmake install ;T;0o;;0;[ o; ;[I"DBuild on the relative directory from the ruby source directory.;T@ o; ;[I" ex.);To;;[I"%ruby source directory: C:\ruby ;TI"-build directory: C:\ruby\mswin32 ;TI"*install directory: C:\usr\local ;TI" ;TI"C: ;TI"cd \ruby ;TI"mkdir mswin32 ;TI"cd mswin32 ;TI",..\win32\configure --prefix=/usr/local ;TI"nmake ;TI"nmake test ;TI"nmake install ;T;0o;;0;[ o; ;[I""Build on the different drive.;T@ o; ;[I" ex.);To;;[I")ruby source directory: C:\src\ruby ;TI"+build directory: D:\build\ruby ;TI"*install directory: C:\usr\local ;TI" ;TI"D: ;TI"cd D:\build\ruby ;TI"5C:\src\ruby\win32\configure --prefix=/usr/local ;TI"nmake ;TI"nmake test ;TI"nmake install DESTDIR=C: ;T;0o;;0;[ o; ;[I":Build x64 version (requires native x64 VC++ compiler);T@ o; ;[I" ex.);To;;[I"%ruby source directory: C:\ruby ;TI"%build directory: C:\ruby ;TI"*install directory: C:\usr\local ;TI" ;TI"C: ;TI"cd \ruby ;TI">win32\configure --prefix=/usr/local --target=x64-mswin64 ;TI"nmake ;TI"nmake test ;TI"nmake install ;T;0S; ; i;I" Bugs;T@ o; ;[ I"SYou can ((*NOT*)) use a path name that contains any white space characters as ;TI"Lthe ruby source directory, this restriction comes from the behavior of ;TI"/(({!INCLUDE})) directives of (({NMAKE})). ;TI"#((- you may call it a bug. -));T@ o; ;[I"IYou can build ruby in any directory including the source directory, ;TI";except (({win32})) directory in the source directory. ;TI"NThis is restriction originating in the path search method of (({NMAKE})).;T@ S; ; i;I"end;T: @file@:0@omit_headings_from_table_of_contents_below0