How to Install Wraith on Windows 7

How to install wraith on windows 7

Required downloads:

  • https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-windows.zip
  • http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.0.0-p481.exe?direct
  • http://cdn.rubyinstaller.org/archives/devkits/DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe
  • http://www.imagemagick.org/download/binaries/ImageMagick-6.8.9-1-Q16-x64-dll.exe
  • https://github.com/BBC-News/wraith/archive/master.zip

Installation:

  • Install ImageMagick
  • Unpack PhantomJs in various folder
  • Install Ruby by use of RubyInstaller
  • Unpack Ruby DevKit
  • Unpack Wraith to some folder

PATH-Variables:

  • \ImageMagick
  • \PhantomJs
  • \Ruby200\bin

Command-Line:

  • go to Wraith-folder
  • call "gem install wraith"
  • call "wraith setup"
  • enjoy wraith

The configuration can be changed in the file config.yaml

How to find the path to NDK?

My understanding is that now the NDK bundle is being offered via the SDK Manager within Android Studio, it will install into the Android SDK directory as per the other components (platforms, build tools, support repositories, etc.) in the SDK Manager.

You can check the location of the SDK directory itself via Android Studio -> Preferences... -> Appearance & Behavior -> System Settings -> Android SDK -> Android SDK Location field near the top of the panel.

I've customised mine (it's editable) so I'm afraid I don't know what the default is, but if you check the contents of the directory listed in that field then the NDK should be installed into a subdirectory called ndk-bundle.



Related Topics



Leave a reply



Submit