Skip to content

Commit

Permalink
Fix typos and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Jun 25, 2018
1 parent 5397eb3 commit 3ebfdbe
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,22 @@ The easiest way is to use Cmake to create VStudio project. To do that:

* download and install [cmake](http://www.cmake.org/download/) for windows.
* open the cmake gui and set the source path to `sharedlibpp` and set the
build path (for exmaple `sharedlibpp/build`).
build path (for example `sharedlibpp/build`).
* configure and generate visual studio project.
* open the project and built it.

Running exmaple
----------------
Running example
---------------
The build system by defualt compiles and build the examples.

* On Linux/Mac
```
$ cd sharedlibpp/build/examples
$ ./math_test libmymath.so
$ ./math_test_custom libmymathcustom.so
```
* On Windows first switch to directory where example is created and then
```
> math_test math.dll
> math_test mymath.dll
> math_test_custom mymathcustom.dll
```

0 comments on commit 3ebfdbe

Please sign in to comment.