Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Apr 12, 2024
1 parent 62091d7 commit e38699b
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions README.markdown
Expand Up @@ -56,35 +56,6 @@ sudo make install
sudo ldconfig
```

Compiling in Mac OSX
-----

First, you must get Homebrew from https://brew.sh/ then:

```
brew install cmake
tar xzvf cryptominisat-version.tar.gz
cd cryptominisat-version
mkdir build && cd build
cmake ..
make
sudo make install
```

Compiling in Windows
-----

```
C:\> [ download and unzip cryptominisat-version.zip ]
C:\> cd cryptominisat
C:\cryptominisat> mkdir build
C:\cryptominisat> cd build
C:\cryptominisat\build> cmake -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=Release -DSTATICCOMPILE=ON ..
C:\cryptominisat\build> cmake --build --config Release .
```

You now have the static binary under `C:\cryptominisat\build\Release\cryptominisat5.exe`

Command-line usage
-----

Expand Down

0 comments on commit e38699b

Please sign in to comment.