Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
fix spelling
  • Loading branch information
erossignon committed Jan 15, 2017
1 parent 6d76103 commit ab76a6a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ node-occ-package2
.gitattributes
.idea
*.step

lib/binding


4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ env:
matrix:
- TRAVIS_NODE_VERSION="6"
#- TRAVIS_NODE_VERSION="6" ARCH="x86"
#- TRAVIS_NODE_VERSION="7"
- TRAVIS_NODE_VERSION="7"
#- TRAVIS_NODE_VERSION="7" ARCH="x86"
#- TRAVIS_ELECTRON_VERSION="1.4.14" TRAVIS_NODE_VERSION="6"

matrix:
exclude:
- os: osx
env: TRAVIS_NODE_VERSION="6"
- os: osx
env: TRAVIS_NODE_VERSION="6" ARCH="x86"
#- os: osx
Expand Down
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ It provides a simple yet powerful javascript api to construct 3D geometry models
This project comes with a set of V8 wrappers around OpenCascade API and a sample web application.

[![Build Status](https://travis-ci.org/erossignon/node-occ.png?branch=master)](https://travis-ci.org/erossignon/node-occ)
[![Build status](https://ci.appveyor.com/api/projects/status/s5eaux89v2c0wmu4?svg=true)](https://ci.appveyor.com/project/erossignon/node-occ)

<!-- [![Build status](https://ci.appveyor.com/api/projects/status/s5eaux89v2c0wmu4?svg=true)](https://ci.appveyor.com/project/erossignon/node-occ)
-->

### quick example

Expand Down Expand Up @@ -50,12 +49,18 @@ alt="node occ" width="240" height="180" border="10" /></a>

### sample web application

''/sample'' : sample nodejs/express REST API server to build solid , based on threejs

[node-occ-sample](https://github.com/erossignon/node-occ-sample): sample nodejs/express REST API server to build solid , based on threejs


## installing node-occ from npm


```
$npm install node-occ
```


## building node-occ from source : prerequisites

### on Windows
- you need Microsoft Visual Studio 2012
- please install OpenCascade oce-0.17 from https://github.com/tpaviot/oce/downloads to you c:\OCE-0.17 folder
Expand All @@ -71,9 +76,6 @@ alt="node occ" width="240" height="180" border="10" /></a>




## building node-occ from source : prerequisites

### on ubuntu

```bash
Expand All @@ -94,10 +96,6 @@ npm install
node-gyp configure
node-gyp build
mocha

cd sample
npm install
node app.js
```


Expand All @@ -107,7 +105,6 @@ node app.js
## dependencies:

- threejs : https://github.com/mrdoob/three.js
- codemirror : https://github.com/marijnh/CodeMirror

## acknowledgement:

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module.exports.occ = require("./lib/occ");
module.exports.shapeFactory = require("./lib/shapeFactory");
module.exports.scriptRunner = require("./lib/scriptrunner");
module.exports.fastBuilder = require("./lib/fastBuilder");
module.exports.fastBuilder = require("./lib/fastbuilder");


0 comments on commit ab76a6a

Please sign in to comment.