Skip to content

Commit

Permalink
Fix Readme instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Jul 8, 2014
1 parent 605e9fa commit dc6d689
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Note that the Python executable may be `python3` or perhaps even `python2` depen
```
git clone git://github.com/jcfr/scipy2014_boost_python_workshop_student_material.git
mkdir scipy2014_boost_python_workshop_student_material-build && cd $_
cmake -G "Visual Studio 10 2010" ../scipy2014_boost_python_workshop_student_material-build
cmake -G "Visual Studio 10 2010" ../scipy2014_boost_python_workshop_student_material
cmake --build ../ --config Release
```

Expand All @@ -104,7 +104,7 @@ sudo apt-get install libpython-dev
sudo apt-get libboost1.54-dev
git clone git://github.com/jcfr/scipy2014_boost_python_workshop_student_material.git
mkdir scipy2014_boost_python_workshop_student_material-build && cd $_
cmake ../scipy2014_boost_python_workshop_student_material-build
cmake ../scipy2014_boost_python_workshop_student_material
make
```

Expand All @@ -117,7 +117,7 @@ make
```
git clone git://github.com/jcfr/scipy2014_boost_python_workshop_student_material.git
mkdir scipy2014_boost_python_workshop_student_material-build && cd $_
cmake ../scipy2014_boost_python_workshop_student_material-build
cmake ../scipy2014_boost_python_workshop_student_material
make
```

Expand Down

0 comments on commit dc6d689

Please sign in to comment.