public
Rubygem
Description: Johnson wraps JavaScript in a loving Ruby embrace.
Homepage: http://github.com/jbarnette/johnson/wikis
Clone URL: git://github.com/jbarnette/johnson.git
Search Repo:
Probably worth noting that it's a good idea to have the compiler.
matthewd (author)
Wed Apr 23 21:40:46 -0700 2008
commit  c3e2d69ccf82936b384567c668764d69fe7ec8bd
tree    a580222e11be5edda7d320c274d54b84ee78cecd
parent  0608c48aaf278688a9a3fe07bb33a8392cf104db
...
4
5
6
7
 
8
 
 
 
 
9
10
11
...
26
27
28
 
 
 
29
30
...
4
5
6
 
7
8
9
10
11
12
13
14
15
...
30
31
32
33
34
35
36
37
0
@@ -4,8 +4,12 @@
0
 Based on http://eigenclass.org/hiki.rb?cross+compiling+rcovrt
0
 
0
 
0
-*) Download & extract a ruby tar.gz
0
+*) Install the MinGW cross-compiler
0
 
0
+ Debian: apt-get install mingw32 mingw32-binutils mingw32-runtime
0
+
0
+*) Download & extract a ruby distribution archive
0
+
0
 *) Double the backslashes in the ALT_SEPARATOR definition in Makefile.in
0
 
0
 *) Build & install it:
0
@@ -26,6 +30,9 @@
0
     make install
0
 
0
 *) Build the extension (rake will build spidermonkey for you)
0
+
0
+ # Remove any native binaries that are already built
0
+ rake clean
0
 
0
     rake build CROSS=MINGW32 CROSSLIB=~/ruby-mingw32/lib/ruby/1.8/i386-mingw32

Comments

    No one has commented yet.