Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Mar 1, 2011
1 parent b6f0d4a commit 3b790aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
14 changes: 6 additions & 8 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,16 @@ We are currently trying to raise money to make JSONloops a "real" project, inste

<img src="https://github.com/Marak/JSONloops/raw/master/logo.png"/>

# Warning: The current installation process for JSONloops is not complete. We were in a rush to make a working prototype and we haven't bundled all the deps correctly into a NPM package. We'll have a NPM package published shortly.
## Installation

## Installation (coming soon)

npm install JSONloops
npm install JSONloops

Now you will have to rebuild node as 32bit, since irrKlang doesn't support 64 arch's yet.

cd /path/to/node
./configure --dest-cpu=ia32
make
make install
cd /path/to/node
./configure --dest-cpu=ia32
make
make install

We'll be replacing this last step with a much easier process soon.

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"directories": {
"lib": "lib"
},
"main" : "./lib",
"dependencies": {
"irrklang": ">= 0.0.1"
},
Expand Down

0 comments on commit 3b790aa

Please sign in to comment.