diff options
author | camthesaxman <cameronghall@cox.net> | 2017-05-12 15:44:22 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-05-12 15:44:22 -0500 |
commit | 6606dddbf85fc79e3bf41e16100e7fed27a8eb46 (patch) | |
tree | 024569eb87b294d11a961f7753009b7b93e177d6 | |
parent | c3e5964bad5ae157737fd4abe19091371e6a1661 (diff) |
We no longer require Visual C++ 2015 runtimes.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # pokeruby-tools -You may need the Visual C++ runtime DLL to run some of these executables. Please choose the file called "vc_redist.x86.exe". +This repository contains Windows binaries of the tools required to build [pokeruby](https://github.com/pret/pokeruby) -https://www.microsoft.com/en-us/download/details.aspx?id=48145 +Copy the `tools/` folder over the `tools/` folder in your pokeruby directory. |