Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
INSTALL: In Ubuntu 16.04+, use liblog4cxx-dev (not liblog4cxx10-dev).
Browse files Browse the repository at this point in the history
  • Loading branch information
jefft0 committed Apr 27, 2018
1 parent 54aa6e8 commit 95ff30d
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Optional: To install Boost with asio, in a terminal, enter:

sudo apt-get install libboost1.48-all-dev

## Ubuntu 14.04, 15.04, 16.04, 16.10, 17.04 and 18.04
## Ubuntu 14.04 and 15.04
In a terminal, enter:

sudo apt-get install build-essential libssl-dev
Expand All @@ -96,6 +96,31 @@ Optional: To install Boost with asio, in a terminal, enter:

sudo apt-get install libboost-all-dev

## Ubuntu 16.04, 16.10, 17.04 and 18.04
In a terminal, enter:

sudo apt install build-essential libssl-dev

Optional: To install libsqlite3, in a terminal, enter:

sudo apt install libsqlite3-dev

Optional: To install Protobuf, in a terminal, enter:

sudo apt install libprotobuf-dev protobuf-compiler

Optional: To install log4cxx, in a terminal, enter:

sudo apt install liblog4cxx-dev

Optional: To install Doxygen, in a terminal, enter:

sudo apt install doxygen

Optional: To install Boost with asio, in a terminal, enter:

sudo apt install libboost-all-dev

### Odroid Ubuntu

Optional: To use boost, you may need to manually install it since apt-get doesn't seem
Expand Down Expand Up @@ -172,7 +197,7 @@ In a terminal, enter:

brew install automake libtool doxygen

## Ubuntu 12.04 (64 bit and 32 bit), Ubuntu 14.04 (64 bit and 32 bit)
## Ubuntu 12.04, 14.04, 16.04 and 18.04
In a terminal, enter:

sudo apt-get install automake libtool doxygen
Expand Down

0 comments on commit 95ff30d

Please sign in to comment.