Searched refs:install (Results 1 – 8 of 8) sorted by relevance
| /TaskScheduler/ |
| H A D | .travis.yml | 18 install: 19 - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install --force-yes make premake4; fi 20 …- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install --force-yes -qq gcc-4.9 g++-4.9; fi 21 …- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo update-alternatives --install /usr/bin/g++ g++ /us… 22 …- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get --force-yes -y install gcc-4.9-multilib g… 23 - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install lshw; fi 24 - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install valgrind; fi 26 - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install premake; fi
|
| /TaskScheduler/ThirdParty/Squish/ |
| H A D | Makefile | 12 install : $(LIB) target 13 install squish.h $(INSTALL_DIR)/include 14 install libsquish.a $(INSTALL_DIR)/lib
|
| H A D | config | 20 # where should we install to
|
| H A D | README | 25 necessary. Then make can be used to build the library, and make install (from 26 the superuser account) can be used to install (into /usr/local by default).
|
| /TaskScheduler/ThirdParty/UnitTest++/ |
| H A D | CMakeLists.txt | 52 # add install targets 53 # need a custom install path? 61 install(TARGETS UnitTest++ DESTINATION lib) 62 install(FILES ${headers_} DESTINATION ${UTPP_INSTALL_DESTINATION}) 63 install(FILES ${platformHeaders_} DESTINATION ${UTPP_INSTALL_DESTINATION}/${platformDir_})
|
| H A D | .gitignore | 30 /install-sh
|
| H A D | INSTALL | 15 Briefly, the shell commands `./configure; make; make install' should 16 configure, build, and install this package. The following 64 4. Type `make install' to install the programs and any data files and 67 user, and only the `make install' phase executed with root 72 This target does not install anything. Running this target as a 73 regular user, particularly if the prior `make install' required 93 targets like `make install' and `make uninstall' work correctly. 144 By default, `make install' installs the package's commands under 171 affected directory. For example, `make install 175 but not in terms of `${prefix}', must each be overridden at install [all …]
|
| /TaskScheduler/Scheduler/Doxygen/ |
| H A D | Doxyfile | 1234 # that directory and running make install will install the docset in 1399 # install this plugin and make it available under the help contents menu in 1493 # enabled you may also need to install MathJax separately and configure the path 1516 # MathJax. However, it is strongly recommended to install a local copy of 2133 # disabled, but it is recommended to install and use dot, since it yields more
|