From a351d25208db32ff7e3906dea27be7fed24353c6 Mon Sep 17 00:00:00 2001 From: woclass Date: Wed, 27 Jul 2022 05:36:14 +0800 Subject: [PATCH] devdoc/build: remove unused step (#46125) --- doc/src/devdocs/build/windows.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/src/devdocs/build/windows.md b/doc/src/devdocs/build/windows.md index fef4413db7d1a..4b1ed0054e18f 100644 --- a/doc/src/devdocs/build/windows.md +++ b/doc/src/devdocs/build/windows.md @@ -66,13 +66,10 @@ MinGW-w64 compilers available through Cygwin's package manager. 6. For 64 bit Julia, and also from the *Devel* category: `mingw64-x86_64-gcc-g++` and `mingw64-x86_64-gcc-fortran` - 4. At the *'Resolving Dependencies'* step, be sure to leave *'Select required - packages (RECOMMENDED)'* enabled. - - 5. Allow Cygwin installation to finish, then start from the installed shortcut + 4. Allow Cygwin installation to finish, then start from the installed shortcut a *'Cygwin Terminal'*, or *'Cygwin64 Terminal'*, respectively. - 6. Build Julia and its dependencies from source: + 5. Build Julia and its dependencies from source: 1. Get the Julia sources ```sh @@ -110,7 +107,7 @@ MinGW-w64 compilers available through Cygwin's package manager. > make -C julia-win64 # build for Windows x86-64 in julia-win64 folder > ``` - 7. Run Julia using the Julia executables directly + 6. Run Julia using the Julia executables directly ```sh usr/bin/julia.exe usr/bin/julia-debug.exe