Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/m-doescode/set-p
Browse files Browse the repository at this point in the history
  • Loading branch information
m-doescode committed May 3, 2022
2 parents 69748eb + a3666af commit 2daa951
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@ Download the latest Set-P binary for your architecture (32-bit or x64) at [relea

### Prerequisites
1. You must have MYS2 MinGW-w64 installed. You may install it from [msys2.org/#installation](https://www.msys2.org/#installation)
2. You must add `C:\msys64\usr\bin` to path, or wherever your MSYS2 installation is located. (I know, ironic, right?)
2. You must add `C:\msys64\mingw64\bin` to path, or wherever your MSYS2 installation is located. (I know, ironic, right?)
3. You must have the following packages installed: (You can install a package by using pacman -S <package_name>:
- make
- clang
- mingw-w64-x86_64-clang
- lld
### Building
1. Open the downloaded source
2. Run `make` (You may add `-r` or `-j16` to increase speed)
3. Once it is finished, go to the build directory
4. Run `setp.exe` or add the folder to path

### Found any bugs?
Report them to me! Open a new [issue](https://github.com/m-doescode/set-p/issues) or create a new thread at [discussions](https://github.com/m-doescode/set-p/discussions)
Report them to me! Open a new [issue](https://github.com/m-doescode/set-p/issues) or create a new thread at [discussions](https://github.com/m-doescode/set-p/discussions)

0 comments on commit 2daa951

Please sign in to comment.