Skip to content

Commit

Permalink
Minor Implementation Notes cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lunarserge committed Jan 22, 2021
1 parent f042e67 commit 90e45b5
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 @@ -74,10 +74,10 @@ There are couple of self-explaining inline comments in numero.cpp / main re desi
Numero depends quite a bit on Boost C++ libraries (http://boost.org). See `NOTICE.txt` for the license terms.

I am using Visual Studio 2019 for the development. Perform these steps for a complete build from source:
1. `git clone --recurse-submodules https://github.com/lunarserge/Numero ` Clones the repository (including the Boost submodule dependency)
1. `git clone --recurse-submodules https://github.com/lunarserge/Numero ` (clone the repository, including the Boost submodule dependency)
2. `cd Numero\boost`
3. `bootstrap` prepares the Boost.Build system for use
4. `.\b2 --with-program_options --with-date_time` invokes Boost.Build to build required Boost libraries
3. `bootstrap` (prepare the Boost.Build system for use, see https://www.boost.org/doc/libs/1_75_0/more/getting_started/windows.html#simplified-build-from-source)
4. `.\b2 --with-program_options --with-date_time` (invoke Boost.Build to build required Boost libraries)
5. Launch Visual Studio and complete the solution build from there

## Release 1.0 Notes
Expand Down

0 comments on commit 90e45b5

Please sign in to comment.