Difference between pages "Gcc-c++" and "Talk:Freeciv"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
(New page: gcc-c++ is a software package providing a c++-compiler. You will need it whenever you build a C++ program.)
 
imported>ThorstenStaerk
(New page: In order to convince configure to accept SDL, I had to cp /usr/include/SDL/* /usr/include)
 
Line 1: Line 1:
gcc-c++ is a [[software package]] providing a c++-compiler. You will need it whenever you [[build]] a C++ program.
+
In order to convince configure to accept SDL, I had to
 +
cp /usr/include/SDL/* /usr/include

Revision as of 14:10, 6 November 2010

In order to convince configure to accept SDL, I had to

cp /usr/include/SDL/* /usr/include