From c73934241255a86ccc154e8d19e8f48033037fa1 Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Thu, 5 May 2011 11:04:42 +0900 Subject: [PATCH] Delete note on buidling g++ --- INSTALL | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/INSTALL b/INSTALL index e05607c..3a575e7 100755 --- a/INSTALL +++ b/INSTALL @@ -38,17 +38,3 @@ $ make A native library for your machine environment and a jar package target/snappy-java-(version).jar are produced in the target folder. - - -= Build static libraries with Linux and g++ = - -Download gcc-core-(version).tar.gz and gcc-g++-(version).tar.gz. - -$ cd gcc-(version) -$ mkdir objdir -$ cd objdir -$ ../configure --prefix=$HOME/local --with-gmp=$HOME/local --with-mpfr=$HOME/local --with-mpc=$HOME/local --with-ppl=$HOME/local --with-cloog=$HOME/local -$ make -$ make install - -