Home
last modified time | relevance | path

Searched refs:install (Results 1 – 25 of 28) sorted by relevance

12

/civetweb-2.7.6/
DMakefile.osx31 install -d -m 755 $(CONTENTS_DIR) $(RESOURCES_DIR) $(OSXBIN_DIR)
32 install -m 644 resources/Info.plist $(CONTENTS_DIR)/
33 install -m 644 resources/civetweb_*.png resources/civetweb.icns $(RESOURCES_DIR)/
34 install -m 644 resources/itworks.html $(OSXBIN_DIR)/index.html
35 install -m 644 resources/civetweb_64x64.png $(OSXBIN_DIR)/
36 install -m 755 $(CPROG) $(OSXBIN_DIR)/$(PACKAGE)
37 install -m 644 docs/Installing.md $(DMG_DIR)/Installing.txt
38 install -m 644 LICENSE.md $(DMG_DIR)/License.txt
DMakefile224 @echo "make install install on the system"
226 @echo "make install-headers install headers"
228 @echo "make install-lib install the static library"
230 @echo "make install-slib install the shared library"
255 @echo " PREFIX=/usr/local sets the install directory"
Dbuild.cmd23 @set "install_path=%output_path%\install"
125 install
276 :install - Installs the built files label
283 @call :log 0 "Need CMake to install the built files"
287 @set output=%temp%\install-%iso8601%.log
295 @call :log 0 "Failed to install the files"
573 call :log 0 "Failed to install cmake"
702 :: %1 - [string] name of the project to install
719 call :log 0 "Please install it from the Microsoft Download center"
731 call :log 0 "You must run %~nx0 in elevated mode to install '%name%'"
[all …]
Dbuild101 local install_dir=${output_dir}/install
DRELEASE_NOTES.md320 - Removed windows install package build.
390 - Added install for windows distribution
394 - Made doc root and ports configurable during the make install.
397 - Improved install scheme with welcome web page
425 + Supports build, install and clean rules.
Dconanfile.py70 cmake.install()
/civetweb-2.7.6/docs/
DBuilding.md56 make install
99 | `HTMLDIR=/path` | place to install initial web pages |
104 | `PREFIX=/usr/local` | sets the install directory |
113 To change the target destination pass the `PREFIX` option to the command `make install` (not `make …
117 $ make -n install PREFIX=/opt/civetweb
119 …` option (it does not make any changes): You can see where `make install` would install. Example o…
122 $ make -n install PREFIX=/opt/civetweb
123 install -d -m 755 "/opt/civetweb/share/doc/civetweb"
124 install -m 644 resources/itworks.html /opt/civetweb/share/doc/civetweb/index.html
125 install -m 644 resources/civetweb_64x64.png /opt/civetweb/share/doc/civetweb/
[all …]
DInstalling.md37 5. make install
DOpenSSL.md12 - Install OpenSSL on your system. There are OpenSSL install packages for all
/civetweb-2.7.6/src/third_party/lua-5.1.5/
DINSTALL24 Once you have built Lua, you may want to install it in an official
25 place in your system. In this case, do "make install". The official
26 place and the way to install files are defined in Makefile. You must
27 have the right permissions to install files.
29 If you want to build and install Lua in one step, do "make xxx install",
32 If you want to install Lua locally, then do "make local". This will
33 create directories bin, include, lib, man, and install Lua there as
47 If you want to install Lua locally, but in some other directory, do
48 "make install INSTALL_TOP=xxx", where xxx is your chosen directory.
55 - Where and how to install Lua -- edit Makefile.
DMakefile25 INSTALL= install -p
61 install: dummy target
72 $(MAKE) install INSTALL_TOP=..
126 .PHONY: all $(PLATS) clean test install local none dummy echo pecho lecho
/civetweb-2.7.6/conan/travis/
Dinstall.sh8 brew install pyenv-virtualenv
9 brew install cmake || true
15 pyenv install 3.7.1
21 pip install conan==1.10.2
22 pip install conan_package_tools
/civetweb-2.7.6/src/third_party/lua-5.2.4/
DMakefile23 INSTALL= install -p
60 install: dummy target
74 $(MAKE) install INSTALL_TOP=../install
112 .PHONY: all $(PLATS) clean test install local none dummy echo pecho lecho
/civetweb-2.7.6/src/third_party/lua-5.3.5/
DMakefile23 INSTALL= install -p
60 install: dummy target
74 $(MAKE) install INSTALL_TOP=../install
112 .PHONY: all $(PLATS) clean test install local none dummy echo pecho lecho
/civetweb-2.7.6/src/
DCMakeLists.txt19 install(
27 install(FILES
100 INSTALL_COMMAND make install "INSTALL_TOP=<INSTALL_DIR>"
257 install(
284 install(
312 install(
320 install(FILES
/civetweb-2.7.6/ci/travis/
Dsetup_lua.sh37 mv $SCRIPT_DIR/$LUA_BASE/install $LUA_DIR
55 make install
Dinstall_rocks.sh12 $LUAROCKS install $ROCK
/civetweb-2.7.6/src/third_party/duktape-1.5.2/
DMakefile.sharedlibrary55 .PHONY: install
56 install: libduktape.so.$(REAL_VERSION) libduktaped.so.$(REAL_VERSION)
/civetweb-2.7.6/src/third_party/duktape-1.8.0/
DMakefile.sharedlibrary55 .PHONY: install
56 install: libduktape.so.$(REAL_VERSION) libduktaped.so.$(REAL_VERSION)
/civetweb-2.7.6/distribution/arch/
DPKGBUILD.git.example33 make install PREFIX="$pkgdir/usr" SYSCONFDIR="$pkgdir/etc/local/$_pkgname"
35install -Dm644 "$srcdir/$_pkgname/distribution/arch/$_pkgname.service" "$pkgdir/usr/lib/systemd/sy…
/civetweb-2.7.6/contrib/buildroot/
Dcivetweb.mk44 $(MAKE) CC="$(TARGET_CC)" -C $(@D) install \
/civetweb-2.7.6/src/third_party/lua-5.1.5/etc/
Dlua.pc3 # vars from install Makefile
/civetweb-2.7.6/test/
DMakefileTest.mk71 $(MAKE) -C $(TOP) clean install PREFIX=$(TEST_OUT)
/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/
DMakefile54 npm install
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/
DMakefile54 npm install

12