Changes between Version 39 and Version 40 of BoostDocs/GettingStarted


Ignore:
Timestamp:
Feb 11, 2009, 7:21:40 PM (14 years ago)
Author:
Daniel James
Comment:

Trying to see if I can avoid installing x11.

Legend:

Unmodified
Added
Removed
Modified
  • BoostDocs/GettingStarted

    v39 v40  
    126126==== Macports ====
    127127
     128I'm writing this as I try to get it to work, ignore it for now.
     129
     130To avoid installing x11:
     131
     132{{{
     133sudo port install graphviz +no_x11
     134}}}
     135
     136Also TODO:
     137{{{
     138sudo port install texlive_base +no_x11
     139}}}
     140
    128141{{{
    129142sudo port install docbook-xml-4.2 docbook-xsl libxslt doxygen
    130143}}}
    131 
    132 (More to come as I try to get this to work....
    133144
    134145=== Debian/ubuntu ===