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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • build/04x/linux

    v7 v8  
    1212sudo apt-get install -y python           # Python is used by the build tool 
    1313sudo apt-get install -y libssl-dev libboost1.42-all-dev python-dev libprotobuf-dev 
     14sudo apt-get install -y protobuf-compiler# Google protocol buffers compiler 
    1415                                         # A long list of libraries used by the program (some optional) 
    1516# ... more to come