Skip to content

Commit

Permalink
README: add instructions to build with cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed Aug 12, 2020
1 parent 638b07e commit c7854b7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@ General build instructions:
---------------------------
[![Build Status](https://travis-ci.org/Coin3D/pivy.svg?branch=master)](https://travis-ci.org/Coin3D/pivy)

Pivy uses [distutils][0]. To build Pivy, run
Starting with version 0.6.6 pivy it's possible to build pivy with cmake:

```bash
$ cd pivy
$ mkdir build
$ cd build
$ cmake ..
$ make
```

Alternative it's still possible to use [distutils][0]:

```bash
$ python3 setup.py build
Expand Down

0 comments on commit c7854b7

Please sign in to comment.