Home
last modified time | relevance | path

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

12345

/vim-8.2.3635/src/libvterm/
H A DMakefile93 .PHONY: install
94 install: install-inc install-lib install-bin target
96 install-inc:
97 install -d $(DESTDIR)$(INCDIR)
99 install -d $(DESTDIR)$(LIBDIR)/pkgconfig
102 install-lib: $(LIBRARY)
103 install -d $(DESTDIR)$(LIBDIR)
104 $(LIBTOOL) --mode=install install $(LIBRARY) $(DESTDIR)$(LIBDIR)/$(LIBRARY)
107 install-bin: $(BINFILES)
108 install -d $(DESTDIR)$(BINDIR)
[all …]
/vim-8.2.3635/src/
H A DINSTALLmac.txt21 If not installed yet a window pops up instructing you to install the developer
25 install first), see http://www.vim.org/git.php
31 Build and install the terminal version.
38 sudo make install
45 brew install libtool
55 sudo make install
59 Build and install the GUI version with X-Windows
62 First, install XQuartz, which you can download from https://www.xquartz.org.
72 Instead of "athena" you can try "gtk2" but you probably need to install GTK
H A DMakefile1482 MKDIR_P = $(SHELL) install-sh -c -d
2379 install: $(GUI_INSTALL) target
2576 install-tool-languages:
2601 install-languages: languages $(DEST_LANG) $(DEST_KMAP)
2623 -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \
2625 -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \
2627 -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \
2629 -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \
2631 -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \
2633 -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \
[all …]
H A DINSTALL35 2. make install installation in /usr/local
44 % sudo apt install git
45 % sudo apt install make
46 % sudo apt install clang
47 % sudo apt install libtool-bin
58 % sudo make install
61 % sudo apt install libxt-dev
65 % sudo apt install libgtk-3-dev
69 % sudo apt install libpython3-dev
75 % sudo apt install valgrind
[all …]
H A DINSTALLpc.txt7 This page also has links to install support for interfaces such as Perl,
215 This is needed to install |dotnet-1.1-sdk|. It also contains cvtres.exe,
224 such as msvcrt.lib. You must install |dotnet-1.1-redist| before
263 For building 64 bit binaries you also need to install the SDK:
305 Use the following command to install them:
315 to install only i686, and the ":x" suffix to install only x86_64.
321 MSYS2 has its own git package, and you can also install it via pacman:
325 For enabling libsodium support, you also need to install the package
670 1) Download and install LuaBinaries
839 After you install RubyInstaller, just type this (as one line):
[all …]
/vim-8.2.3635/runtime/doc/
H A Dusr_90.txt7 *install*
8 Before you can use Vim you have to install it. Depending on your system it's
53 To compile and install Vim, you will need the following:
126 *install-home*
137 To install Vim do: >
139 make install
174 --prefix={directory} Top directory where to install Vim.
255 install
299 Before running "make install", you could use "make -n install" to check that
338 path to execute the editor. Also see |install-home|.
[all …]
H A Dpi_getscript.txt30 2. GetLatestVimScripts -- Getting Started..........: |glvs-install|
42 *getlatestvimscripts-install*
44 VERSION FROM VIM DISTRIBUTION *glvs-dist-install*
50 VERSION FROM VIM SF NET *glvs-install*
69 (edit GetLatestVimScripts.dat to install your own personal
78 (edit GetLatestVimScripts.dat to install your own personal
95 install scripts from http://vim.sourceforge.net/. To do so it will peruse a
108 install them if you have the following line in your <.vimrc>: >
264 install them (please refer to the script's "install" directions). On the
316 appropriate tarball for auto-install because of the potential for the
[all …]
H A Dif_mzsch.txt30 ./configure --disable-futures --disable-places --prefix=your-install-prefix
310 building Vim. If MzScheme did not have them, you can install them with
313 raco pkg install scheme-lib # scheme/base module
314 raco pkg install r5rs-lib # r5rs module
315 raco pkg install cext-lib # raco ctool command
H A Dos_haiku.txt52 Now you should use "make" to compile Vim, then "make install" to install it.
60 make install
67 make install
/vim-8.2.3635/READMEdir/
H A DREADME_dos.txt6 There are two ways to install Vim:
8 B. Unpack .zip files and run the install.exe program.
18 this. The uninstall program is then started while the install program waits
23 - When selecting a directory to install Vim, use the same place where other
28 - After selecting the directory where to install Vim, clicking on "Next" will
35 These are the normal steps to install Vim from the .zip archives:
64 to another location. That is where they will stay, the install program
69 Run the "install.exe" program. It will ask you a number of questions about
73 - It can also install an "Edit with Vim" entry in the Windows Explorer
119 - If you have told the "install.exe" program to add the "Edit with Vim" menu
H A DREADME_haiku.txt9 - Open HaikuDepot application and search for "vim" package, then install,
10 - Open a Terminal and type "pkgman install vim", then follow instructions.
12 If you prefer to install Vim from source, follow the instructions on
H A DREADME_unix.txt7 When you use the source distribution, "make install" is used to install Vim.
/vim-8.2.3635/ci/
H A Dload-snd-dummy.sh6 …apt-get install -yq --no-install-suggests --no-install-recommends "linux-modules-extra-$(uname -r)"
/vim-8.2.3635/src/po/
H A DMake_cyg.mak48 .PHONY: first_time all install install-all clean $(LANGUAGES)
95 install: $(MOFILES) $(MOCONVERTED) target
101 install-all: install
H A DMake_ming.mak61 .PHONY: first_time all install install-all clean $(LANGUAGES)
108 install: target
114 install-all: all
119 install-all: all
H A DREADME_mvc.txt14 expat will install into its own directory. You should copy libexpat.dll into
110 nmake -f make_mvc.mak install
114 You can also use the following command to install all languages:
116 nmake -f make_mvc.mak install-all
H A DREADME_mingw.txt85 make -f Make_ming.mak install
89 You can also use the following command to install all languages:
91 make -f Make_ming.mak install-all
/vim-8.2.3635/runtime/syntax/
H A Dmodconf.vim23 \ post-install post-remove pre-install
26 syn keyword modconfKeyword add above below install options probe probeall
H A Dfpcmake.vim18 syn keyword fpcmakeSectionName contained clean compiler default dist install
31 " [install]
/vim-8.2.3635/nsis/
H A Dgvim.nsi57 !include "Library.nsh" # For DLL install
313 # run the install program to check for already installed versions
315 File /oname=install.exe ${VIMSRC}\installw32.exe
318 nsExec::Exec "$TEMP\install.exe -uninstall-check"
332 Delete $TEMP\install.exe
351 File /oname=install.exe ${VIMSRC}\installw32.exe
440 StrCpy $1 "$1 -install-icons"
480 StrCpy $1 "$1 -install-popup -install-openwith"
613 nsExec::Exec "$0\install.exe $1"
628 # Get estimated install size
[all …]
H A DREADME.txt1 This builds a one-click install for Vim for Win32 using the Nullsoft
16 install.exe,
68 Also install UPX, if you want a compressed file.
/vim-8.2.3635/.github/workflows/
H A Dci.yml60 sudo apt update && sudo apt install -y \
84 sudo apt-get install -y clang-11 llvm-11
85 sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-11 100
87 sudo update-alternatives --install /usr/bin/llvm-cov llvm-cov /usr/bin/llvm-cov-11 100
150 sudo update-alternatives --install /usr/bin/lua lua /usr/bin/lua5.3 10
217 # sudo apt-get install -y python3-setuptools python3-wheel
218 # sudo -H pip3 install pip -U
220 # CC=gcc pip3 install --user cpp-coveralls pyopenssl ndg-httpsclient pyasn1
273 brew install lua
H A Dcoverity.yml28 sudo apt update && sudo apt install -y \
56 sudo update-alternatives --install /usr/bin/lua lua /usr/bin/lua5.3 10
/vim-8.2.3635/src/GvimExt/
H A DREADME.txt8 To install the "Edit with Vim" popup menu entry, it is recommended to use the
9 "install.exe" program. It will ask you a few questions and install the needed
19 "GvimExt.reg". You can edit this file to add the paths. To install the
/vim-8.2.3635/
H A DMakefile35 all install uninstall tools config configure reconfig proto depend lint tags types test scripttests… target
517 cp installw32.exe dist/vim/$(VIMRTDIR)/install.exe
538 cp installw32.exe dist/vim/$(VIMRTDIR)/install.exe
556 cp installw32.exe dist/vim/$(VIMRTDIR)/install.exe

12345