Changes between Version 6 and Version 7 of build/04x/linux


Ignore:
Timestamp:
08/15/11 21:49:25 (21 months ago)
Author:
mickem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • build/04x/linux

    v6 v7  
    1111sudo apt-get install -y cmake            # cmake build tool 
    1212sudo apt-get install -y python           # Python is used by the build tool 
    13 sudo apt-get install -y libssl-dev libboost1.42-all-dev python-dev 
     13sudo apt-get install -y libssl-dev libboost1.42-all-dev python-dev libprotobuf-dev 
    1414                                         # A long list of libraries used by the program (some optional) 
    1515# ... more to come