Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Dejan Jovanovic committed Jul 9, 2015
1 parent 567b867 commit 353eb26
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
LibPoly is a C library for manipulating polynomials. The target applications
are symbolic reasoning engines, such as SMT solvers, that need to reason about
polynomial constraints. It is research software under development, so the
features and the API migh change rapidly.
features and the API might change rapidly.

## Prerequisites

Expand All @@ -13,9 +13,9 @@ To compile on an Ubuntu machine you can install the prerequisites with
sudo apt-get install gcc cmake make libgmp-dev python2.7-dev
```

Python is used for testing purposes through the Python bindings (which are also
useful for playing with the library). The bindings are not supported for Macs or
Windows machines (and they are disabled).
Python is used for testing the library purposes through the Python bindings
(these are also useful for playing with the library). The Python bindings are
currently not supported for Macs or Windows machines.

## Compiling

Expand All @@ -27,9 +27,9 @@ make
make install
```
The $type above is should be either "Debug" or "Release", and $prefix is the
target directory where the library should be installed. The prefix can be
omited, in which case the library will be installed in the default system
locationi (such as /usr/local).
target directory where the library will be installed. The prefix can be
omitted, in which case the library will be installed in the default system
location (such as ```/usr/local```).

If the tests are enabled, you can do a sanity check of the library by doing a
```make check```.

0 comments on commit 353eb26

Please sign in to comment.