Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 765 Bytes

ubuntu_13-15_env.md

File metadata and controls

27 lines (20 loc) · 765 Bytes

Setting Up a Ubuntu Build Environment (15.04 LTS, 14.04.1 LTS, and 13.10)

Install software packages as follows:

sudo apt-get install build-essential
sudo apt-get install scons
sudo apt-get install cmake
sudo apt-get install libsnappy-dev
sudo apt-get install libasan0
sudo apt-get install libboost-all-dev
sudo apt-get install git
sudo apt-get install g++

Now proceed to build, install, and configure Bruce.


ubuntu_13-15_env.md: Copyright 2014 if(we), Inc.

ubuntu_13-15_env.md is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

You should have received a copy of the license along with this work. If not, see http://creativecommons.org/licenses/by-sa/4.0/.