File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ This document describes building `seedtool` with `MSYS2` and its usage on `Windo
55## Installing MSYS2 and Packages
66
771 . Install ` MSYS2 ` by downloading the installer and following the installation guide in [ www.msys2.org ] ( www.msys2.org ) .
8- 1 . Run ` MSYS2 ` and make sure the package database is updated:
8+ 2 . Run ` MSYS2 ` and make sure the package database is updated:
99``` bash
1010# pacman -Syu
1111# pacman -Su
1212```
13- 1 . Next, install the compiler and the required packages:
13+ 3 . Next, install the compiler and the required packages:
1414``` bash
1515# pacman -S mingw-w64-x86_64-clang
1616# pacman -S patch
@@ -24,12 +24,12 @@ This document describes building `seedtool` with `MSYS2` and its usage on `Windo
2424## Compiling Seedtool
2525
26261 . Clone ` bc-seedtool-cli ` , e.g. into ` C:\msys64\home `
27- 1 . Open ` MSYS2 MinGW 64-bit ` application and ` cd ` into ` C:\msys64\home\bc-seedtool-cli `
28- 1 . Run the build script with:
27+ 2 . Open ` MSYS2 MinGW 64-bit ` application and ` cd ` into ` C:\msys64\home\bc-seedtool-cli `
28+ 3 . Run the build script with:
2929``` bash
3030# export CC="clang" && export CXX="clang++" && ./build.sh
3131```
32- 1 . Install:
32+ 4 . Install:
3333``` bash
3434# make install
3535```
You can’t perform that action at this time.
0 commit comments