Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jan 13, 2024
1 parent c85e996 commit f2f05a0
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To build and install, issue:
```
sudo apt-get install build-essential cmake
# not required but very useful
sudo apt-get install zlib1g-dev libboost-program-options-dev libboost-serialization-dev
sudo apt-get install zlib1g-dev
tar xzvf cryptominisat-version.tar.gz
cd cryptominisat-version
mkdir build && cd build
Expand All @@ -46,7 +46,7 @@ Compiling in Mac OSX
First, you must get Homebrew from https://brew.sh/ then:

```
brew install cmake boost zlib
brew install cmake
tar xzvf cryptominisat-version.tar.gz
cd cryptominisat-version
mkdir build && cd build
Expand All @@ -68,14 +68,6 @@ C:\> cd cms
C:\cms> mkdir build
C:\cms> cd build
C:\cms\build> [ download http://sourceforge.net/projects/boost/files/boost/1.59.0/boost_1_59_0.zip ]
C:\cms\build> unzip boost_1_59_0.zip
C:\cms\build> mkdir boost_1_59_0_install
C:\cms\build> cd boost_1_59_0
C:\cms\build\boost_1_59_0> bootstrap.bat --with-libraries=program_options
C:\cms\build\boost_1_59_0> b2 --with-program_options address-model=64 toolset=msvc-14.0 variant=release link=static threading=multi runtime-link=static install --prefix="C:\cms\build\boost_1_59_0_install" > boost_install.out
C:\cms\build\boost_1_59_0> cd ..
C:\cms\build> git clone https://github.com/madler/zlib
C:\cms\build> cd zlib
C:\cms\build\zlib> git checkout v1.2.8
Expand Down

0 comments on commit f2f05a0

Please sign in to comment.