Changes between Version 4 and Version 5 of DavesFedoraCmakeBuildNotes


Ignore:
Timestamp:
Nov 19, 2011, 6:31:50 AM (13 years ago)
Author:
dburken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DavesFedoraCmakeBuildNotes

    v4 v5  
    77
    88Note: Unix commands start with $, anything else will be notes, comments. If you see a $ <some_command> // The part after slash slash is a comment.
     9
     10'''Getting the packages you need with yum:'''
     11After doing a fresh desktop install of Fedora I usually add these:
     12
     13{{{
     14sudo yum install   ant ant-contrib ant-manual autogen automake autoconf boost boost-devel cmake cppunit cppunit-devel cvs gcc-c++ byacc expat-devel fftw flex git subversion libjpeg-turbo-devel freetype freetype-devel  fftw-devel  java-1.6.0-openjdk-devel libcurl-devel libcurl libpng-devel libpng libtool libXmu libXmu-devel minizip-devel podofo podofo-devel qt qt-devel swig thunderbird xemacs xemacs-common xemacs-info.noarch xemacs-packages-base.noarch xemacs-packages-extra-info.noarch xemacs-packages-extra.noarch yasm yasm-devel zlib-devel
     15}}}
     16
    917
    10181) Make a workspace: