diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/release b/doc/release index 866c591..7ab0d91 100644 --- a/doc/release +++ b/doc/release @@ -4,12 +4,25 @@ [ ] Test with the latest GCC snapshot. + - For latest (6): + + apt-get install libmpfr-dev + apt-get install libmpc-dev + + In new terminal: + + . ../from-source.txt + ./configure ... + make + sudo make install + - Build latest snapshot (see etc1/gcc/from-source.txt) and install in /usr/local. See previous snapshot build for configure command line. - Configure ODB manually in /tmp/odb and smoke-test - Will need from-source.txt and + Will need + . from-source.txt export LD_LIBRARY_PATH=/usr/local/lib64:$LD_LIBRARY_PATH Build one of the test directories with this ODB: |