Lines Matching +full:- +full:y
7 sudo yum -y update
11 sudo yum -y groupinstall "Development Tools"
15 sudo yum install -y wget
19 wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
20 tar xvf autoconf-2.69.tar.gz
21 cd autoconf-2.69
22 ./configure --prefix=/usr
29 wget http://ftp.gnu.org/gnu/automake/automake-1.14.tar.gz
30 tar xvf automake-1.14.tar.gz
31 cd automake-1.14
32 ./configure --prefix=/usr
39 wget http://ftp.gnu.org/gnu/bison/bison-2.5.1.tar.gz
40 tar xvf bison-2.5.1.tar.gz
41 cd bison-2.5.1
42 ./configure --prefix=/usr
55 sudo yum -y install libevent-devel zlib-devel openssl-devel
70 ./configure --with-lua=no
74 This will build the compiler (thrift/compiler/cpp/thrift --version) and any language libraries supp…
75 You can use the ./configure --enable-libs=no switch to build the Apache Thrift IDL Compiler only wi…