From 4bcc0c283cd5e714b65fa4905e934f08faa2ff9f Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Sun, 15 Sep 2013 07:52:43 -0700 Subject: [PATCH] Missing Perl package, so changed to mingw-developer-toolkit as component to install. --- Note-getting-started-developing-Rust.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Note-getting-started-developing-Rust.md b/Note-getting-started-developing-Rust.md index 99eb6b8..a7e4563 100644 --- a/Note-getting-started-developing-Rust.md +++ b/Note-getting-started-developing-Rust.md @@ -47,9 +47,9 @@ We recommend developing under [MSYS and MinGW](http://www.mingw.org) using their 2. Run the mingw-get-inst-########.exe 3. In the Setup GUI, Check the boxes and _Mark for Installation_ the following components to install: * Basic Setup -> - * mingw32-base - * mingw32-gcc-g++ - * msys-base + * mingw-developer-toolkit (has Perl, etc) + * mingw32-base (has GCC C Compiler) + * mingw32-gcc-g++ (has GCC C++ Compiler) * All Packages -> MinGW Libraries -> MinGW Standard Libraries -> * mingw32-libpthread-old * mingw32-libpthreadgc