Browse Source

Removed Windows.Readme.txt. Content has been added in the wiki https://github.com/LearnBoost/node-canvas/wiki

v1.x
Andreas Botsikas 13 years ago
parent
commit
67a56ce5f2
  1. 20
      Windows.Readme.txt

20
Windows.Readme.txt

@ -1,20 +0,0 @@
* Disclaimer *
The following instructions target the 32bit platform since by the time this is written, node x64 is unstable. compiling the x64 version should be as easy as downloading the x64 files instead.
* Requirements *
You will need cairo library which is bundled in GTK [1]. Go to http://www.gtk.org/download/win32.php and download the all-in-one bundle (these instructions used the following zip http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.24/gtk+-bundle_2.24.10-20120208_win32.zip). Unzip the contents in C:\GTK (if you want to change this you must modify the binding.gyp file to reflect your changes).
* Build instructions *
Use node-gyp to build the lib:
node-gyp configure
node-gyp build
* References *
[1] http://cairographics.org/download/
Loading…
Cancel
Save