mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
[docs] Tweak the example to match what is apparantly the desired form
for the style templates we're using. llvm-svn: 202494
This commit is contained in:
parent
8f7d178ab4
commit
30feb0a7ba
@ -313,16 +313,16 @@ Easy steps for installing GCC 4.8.2:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
wget ftp://ftp.gnu.org/gnu/gcc/gcc-4.8.2/gcc-4.8.2.tar.bz2
|
||||
tar -xvjf gcc-4.8.2.tar.bz2
|
||||
cd gcc-4.8.2
|
||||
./contrib/download_prerequisites
|
||||
cd ..
|
||||
mkdir gcc-4.8.2-build
|
||||
cd gcc-4.8.2-build
|
||||
%PWD/../gcc-4.8.2/configure --prefix=$HOME/toolchains --enable-languages=c,c++
|
||||
make -j$(nproc)
|
||||
make install
|
||||
% wget ftp://ftp.gnu.org/gnu/gcc/gcc-4.8.2/gcc-4.8.2.tar.bz2
|
||||
% tar -xvjf gcc-4.8.2.tar.bz2
|
||||
% cd gcc-4.8.2
|
||||
% ./contrib/download_prerequisites
|
||||
% cd ..
|
||||
% mkdir gcc-4.8.2-build
|
||||
% cd gcc-4.8.2-build
|
||||
% $PWD/../gcc-4.8.2/configure --prefix=$HOME/toolchains --enable-languages=c,c++
|
||||
% make -j$(nproc)
|
||||
% make install
|
||||
|
||||
For more details, check out the excellent `GCC wiki entry`_, where I got most
|
||||
of this information from.
|
||||
|
Loading…
Reference in New Issue
Block a user