Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jul 14, 2024
1 parent 1f34060 commit e518397
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ Everything that is needed to build by default is MIT licensed. If you specifical

Compiling in Linux
-----
First download the tarball you want to use from the releases section.

Then, To build and install, issue:
Then, To build and install, run:

```
sudo apt-get install build-essential cmake
sudo apt-get install build-essential cmake libgmp-dev
# not required but very useful
sudo apt-get install zlib1g-dev
Expand All @@ -48,8 +46,8 @@ git checkout mate
make
cd ..
tar xzvf cryptominisat-version.tar.gz
cd cryptominisat-version
git clone https://github.com/msoos/cryptominisat
cd cryptominisat
mkdir build && cd build
cmake ..
make
Expand Down

0 comments on commit e518397

Please sign in to comment.