Skip to content

Commit

Permalink
Update and rename readme.md to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Sep 16, 2014
1 parent 6384613 commit a48c983
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions readme.md → README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
telldus - Node bindings for telldus-core
===

Latest release is 0.0.7, available at npm using ```npm install telldus```
Latest release is 0.0.9, available at npm using ```npm install telldus```

---

Installation (From source):

_Note that the master branch isn't always top notch. If it doesn't compile, try an older revision or install the stable release_

1. Install telldus-core library
* Windows, Mac: Install Telldus Center -- go [here](http://download.telldus.se/TellStick/Software/TelldusCenter/) and get the latest version of the appropriate DMG or EXE file and install. Note: You'll need to check "Developer files" during install. You'll also need a version of Visual C++ installed.
* Linux Ubuntu/Debian: http://developer.telldus.com/wiki/TellStickInstallationUbuntu
1. Install telldus-core and development libraries, choose one of the following four procedures.
* Windows, Mac: Install Telldus Center -- go [here](http://download.telldus.se/TellStick/Software/TelldusCenter/) and get the latest version of the appropriate DMG or EXE file and install
* Linux Ubuntu/Debian prebuilt:
* Follow general guide at http://developer.telldus.com/wiki/TellStickInstallationUbuntu
* Install `telldus-core` and `libtelldus-core-dev`
* Arch Linux prebuilt:
* Install `telldus-core`
* Linux source install: http://developer.telldus.com/wiki/TellStickInstallationSource
2. Clone this project and enter the node-telldus directory ```cd node-telldus```
3. Install node-gyp ```npm install node-gyp```
Expand All @@ -22,9 +26,13 @@ _Note that the master branch isn't always top notch. If it doesn't compile, try

Installation (From npm):

1. Install `telldus-core` library and `libtelldus-core-dev`.
* Windows, Mac: Install Telldus Center -- go [here](http://download.telldus.se/TellStick/Software/TelldusCenter/) and get the latest version of the appropriate DMG or EXE file and install. Note: You'll need to check "Developer files" during install. You'll also need a version of Visual C++ installed.
* Linux Ubuntu/Debian: http://developer.telldus.com/wiki/TellStickInstallationUbuntu
1. Install telldus-core and development libraries, choose one of the following four procedures.
* Windows, Mac: Install Telldus Center -- go [here](http://download.telldus.se/TellStick/Software/TelldusCenter/) and get the latest version of the appropriate DMG or EXE file and install
* Linux Ubuntu/Debian prebuilt:
* Follow general guide at http://developer.telldus.com/wiki/TellStickInstallationUbuntu
* Install `telldus-core` library `libtelldus-core-dev`
* Arch Linux prebuilt:
* Install `telldus-core`
* Linux source install: http://developer.telldus.com/wiki/TellStickInstallationSource
2. Install node-gyp ```npm install node-gyp```
3. Install this module using npm ```cd yourprojectdirectory``` ```npm install telldus```
Expand Down

0 comments on commit a48c983

Please sign in to comment.