Skip to content

Commit

Permalink
Fix build (#493)
Browse files Browse the repository at this point in the history
* Try installing openzswave with apt

* add libopenzwave1.5-dev
  • Loading branch information
Pierre-Gilles authored Jun 26, 2019
1 parent 3575f25 commit 8f5ad92
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,7 @@ jobs:
- run:
name: Install system dependencies
command: |
sudo apt-get install -y libudev-dev sqlite3 openssl
wget https://github.com/OpenZWave/open-zwave/archive/V1.5.zip
unzip V1.5.zip
cd open-zwave-1.5
sudo make install
sudo ldconfig /usr/local/lib /usr/local/lib64
sudo apt-get install -y libudev-dev sqlite3 openssl openzwave libopenzwave1.5-dev
- run:
name: Install global dependencies
command: 'sudo npm install typescript node-gyp npm@latest -g'
Expand Down

0 comments on commit 8f5ad92

Please sign in to comment.