Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

windows

stereobooster edited this page Jul 10, 2012 · 3 revisions

Possible variants:

  1. Libv8/v8 - compile with scons (library=shared)

    • pack v8.dll in libv8 binary gem
    • pack v8.dll in therubyracer binary gem (and add it to ENV['PATH'])
  2. Libv8/v8 - compile with scons (library=static)

    • PROLEM: therubyracer tests freeze
  3. Libv8/v8 - cross-compile with scons (library=shared/static)

    • Therubyracer - cross-compile
    • PROLEM: can't run tests at current platform. Maybe Wine?
  4. Compile v8 with GYP and MSVC and then convert resulting library in MinGW format. Didn't try it.

  5. Patch GYP to support MinGW toolchain. Volunteers?

second test

Clone this wiki locally