Skip to content

Commit 0126e40

Browse files
committed
Updated the build instructions.
1 parent 358af03 commit 0126e40

File tree

2 files changed

+5
-99
lines changed

2 files changed

+5
-99
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,17 @@ sudo apt-get install build-essential autoconf
2424
sudo apt-get install libboost-program-options-dev libboost-thread-dev libboost-system-dev liblog4cplus-dev
2525
```
2626

27-
* Also we need the libcec (version 2.x) libraries. Pulse eight provides east way to install
27+
* Also we need the libcec (version 3.x) libraries. Pulse eight provides east way to install
2828

2929
```
30+
apt-get install libcec-dev libcec-platform-dev
31+
32+
# or manually build them:
3033
wget http://packages.pulse-eight.net/ubuntu/install-libcec.sh
3134
sudo bash install-libcec.sh
3235
```
3336

34-
* On Ubuntu saucy and above, I had to modify install-libcec.sh. My version is found [here](https://github.com/bramp/libcec-daemon/blob/master/install-libcec.sh).
35-
* If you have trouble getting libcec, please refer to their documentaiton.
36-
* Now build the libcec-daemon
37+
* Now build libcec-daemon
3738

3839
```
3940
cd libcec-daemon

install-libcec.sh

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)