Home
last modified time | relevance | path

Searched refs:configure (Results 1 – 25 of 33) sorted by relevance

12

/thrift-3.4.0/debian/
Drules26 configure: configure-stamp target
27 configure-stamp:
32 $(CURDIR)/configure --prefix=/usr --enable-plugin=no
34 touch configure-stamp
43 $(CURDIR)/compiler/cpp/thrift build-arch-stamp: configure-stamp
64 ./configure && $(MAKE)
69 build-indep-stamp: configure-stamp $(CURDIR)/compiler/cpp/thrift
92 rm -f build-arch-stamp build-indep-stamp configure-stamp
226 .PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure
/thrift-3.4.0/doc/install/
Dcentos.md22 ./configure --prefix=/usr
32 ./configure --prefix=/usr
42 ./configure --prefix=/usr
70 ./configure --with-lua=no
75 You can use the ./configure --enable-libs=no switch to build the Apache Thrift IDL Compiler only wi…
Dwindows.md49 … first time out of the source repository, you will need to generate the configure scripts. (This …
53 Once the configure scripts are generated, thrift can be configured. From the top directory, do:
56 ./configure
77 #### Syntax error in ./configure
79 The following error occurs for some users when running ./configure:
81 ./configure: line 21183: syntax error near unexpected token `MONO,'
82 ./configure: line 21183: ` PKG_CHECK_MODULES(MONO, mono >= 1.2.6, have_mono=yes, have_mono=no)'
88 Finally, re-run ./bootstrap.sh and ./configure. (Note that pkg.m4 is created by the pkg-config too…
96 If you don't need perl, run configure with --without-perl.
150 Run configure - using CXXFLAGS to work around an issue with an old pthreads define (untested on Min…
[all …]
Dos_x.md13 ./configure --prefix=/usr/local
20 ./configure --prefix=/usr/local/ --with-boost=/usr/local --with-libevent=/usr/local
/thrift-3.4.0/
DREADME.md128 need to generate the configure scripts. (This is not necessary if you
133 Once the configure scripts are generated, thrift can be configured.
136 ./configure
139 If you installed boost in `/usr/local`, you would run configure as follows:
141 ./configure --with-boost=/usr/local
145 CXXFLAGS option in configure, as such:
147 ./configure CXXFLAGS='-g -O2'
148 ./configure CFLAGS='-g -O2'
149 ./configure CPPFLAGS='-DDEBUG_MY_FEATURE'
153 ./configure --enable-coverage
[all …]
DMakefile.am56 configure \
57 configure.scan \
122 configure \
D.gitignore91 /configure
92 /configure.lineno
93 /configure.scan
98 /contrib/fb303/configure
269 /lib/php/src/ext/thrift_protocol/configure
270 /lib/php/src/ext/thrift_protocol/configure.ac
271 /lib/php/src/ext/thrift_protocol/configure.in
296 /lib/ocaml/configure
/thrift-3.4.0/contrib/fb303/
Dbootstrap.sh26 ./configure --config-cache $*
/thrift-3.4.0/lib/ocaml/
DDEVELOPMENT25 $ ./configure
28 The `oasis setup` command will generate the configure script and Makefile,
37 To remove those files _as well as_ files that the setup and configure process
/thrift-3.4.0/build/docker/scripts/
Dcross-test.sh5 ./configure --enable-tutorial=no
Dmake-dist.sh5 ./configure $*
Dautotools.sh18 ./configure $*
Dcoverity.sh29 ./configure $*
Dsca.sh12 ./configure --enable-tutorial=no
/thrift-3.4.0/contrib/vagrant/centos-6.5/
DVagrantfile23 # This script is used to configure the base Centos 6.5
54 ./configure --prefix=/usr
63 ./configure --prefix=/usr
72 ./configure --prefix=/usr
144 sh configure --without-ruby --without-go --without-lua --without-python
154 Vagrant.configure("2") do |config|
201 # automatically installed. For example, configure the host as a
209 # You can also configure and bootstrap a client to an existing
DREADME.md16 The provisioning script (inside the Vagrantfile) runs ./bootstrap.sh, ./configure, make and make ch…
/thrift-3.4.0/contrib/
Dmingw-cross-compile.sh4 ./configure \
DVagrantfile103 sh configure
110 Vagrant.configure("2") do |config|
123 # Run the build script to configure the system
/thrift-3.4.0/lib/rb/spec/
Dspec_helper.rb42 RSpec.configure do |configuration|
/thrift-3.4.0/test/netstd/
DREADME.md19 - Follow common build practice for Thrift: bootstrap, configure, and make precross
/thrift-3.4.0/build/docker/old/
DVagrantfile36 Vagrant.configure("2") do |config|
/thrift-3.4.0/lib/java/
DREADME.md125 ./configure --with-java GRADLE_OPTS='-Dhttp.proxyHost=myproxyhost -Dhttp.proxyPort=8080 -Dhttp.prox…
156 when you run the build provided the configure.ac has been set with the correct
158 The same applies to the CMake build, the value from the configure.ac file will
/thrift-3.4.0/aclocal/
Dax_compare_version.m466 # configure, so must be a string, not a variable.
71 # OP argument in the final configure script.
Dax_dmd.m477 # This actually produces double slashes in the final configure
/thrift-3.4.0/lib/netstd/
DREADME.md15 - Follow common automake build practice: `./ bootstrap && ./ configure && make`

12