runtime(doc): clarify ARCH value for 32-bit in INSTALLpc.txt Commit: https://github.com/vim/vim/commit/0a3b9fb5c2358a38f931350e0a996d584d903ce6 Author: Christian Brabandt <c...@256bit.org> Date: Fri Dec 27 15:51:09 2024 +0100
runtime(doc): clarify ARCH value for 32-bit in INSTALLpc.txt Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/src/INSTALLpc.txt b/src/INSTALLpc.txt index 5854b10c5..c1099295f 100644 --- a/src/INSTALLpc.txt +++ b/src/INSTALLpc.txt @@ -1,4 +1,4 @@ -INSTALLpc.txt - Installation of Vim on PC - Last Update: 2024 Dec 26 +INSTALLpc.txt - Installation of Vim on PC - Last Update: 2024 Dec 27 This file contains instructions for compiling Vim. If you already have an executable version of Vim, you don't need this. @@ -367,7 +367,7 @@ and you type: Note, ARCH is necessary if you don't have the sed command in your $PATH. Just make sure that the correct value is used with ARCH. In the example above the -value corresponds to 64-bit architecture. For 32-bit the value is x86. +value corresponds to 64-bit architecture. For 32-bit the value is "i686". After churning for a while, you will end up with 'gvim.exe' in the 'vim\src' directory. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1tRBos-007Ogy-B1%40256bit.org.