Browse CVS Repository
Contents of /netruby/netruby/readme.txt
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1.1.1 -
( show annotations)
( download)
(vendor branch)
Mon Apr 8 13:29:48 2002 UTC
(22 years ago)
by arton
Branch: MAIN, vendor
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
initial version 0.8
| 1 |
1.visit http://msdn.microsoft.com/netframework/ and get .NET Framework SDK and SP1. |
| 2 |
2.Install them. |
| 3 |
3.type nmake |
| 4 |
4.You can get NETRuby.dll, NRb.exe, NRc.exe, NRr.exe |
| 5 |
5.NRb is an interpreter. |
| 6 |
6.NRr is dynamic compiler (for testing purpose, it also emits an executable). |
| 7 |
7.NRc is a compiler. (for traverse tree, it also run as interpreter at first time). |
| 8 |
|
| 9 |
At this time, they lack many features. |
| 10 |
|
|