Skip to content

Commit

Permalink
Update README.windows msys2 instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Sep 10, 2015
1 parent 248eb0b commit 17e36e6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,15 @@ or edit `%USERPROFILE%\.gitconfig` and add/edit the lines:
2. Double-click `msys2_shell.bat` in the installed msys directory. Initialize the MSYS2 base system using the `pacman` package manager included in MSYS2:

```
pacman --needed -Sy bash pacman pacman-mirrors msys2-runtime
update-core
pacman --needed -Sy bash pacman pacman-mirrors msys2-runtime # if update-core is not available
pacman -Syu #Update package database and full system upgrade
```

3. Exit and restart MSYS2, then install packages required to build julia:

```
pacman -Syu #Update package database and full system upgrade
pacman -S diffutils git m4 make patch tar p7zip msys/openssh
pacman -S diffutils git m4 make patch tar p7zip msys/openssh ca-certificates
```

4. Configure your MSYS2 shell so Python is visible on the path:
Expand Down

0 comments on commit 17e36e6

Please sign in to comment.