diff --git a/Windows.Readme.txt b/Windows.Readme.txt deleted file mode 100644 index 1f245891c..000000000 --- a/Windows.Readme.txt +++ /dev/null @@ -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/ \ No newline at end of file