From b9e0a7f9496c88a0a0542167c37dae439cae9ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Sat, 23 Aug 2025 14:14:12 +0200 Subject: [PATCH] Clarify INSTALL instructions for Windows (replace ...) --- INSTALL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index a125b5fd8..b743cd26b 100644 --- a/INSTALL +++ b/INSTALL @@ -7,8 +7,8 @@ If you do not have access to the online version, follow the following recipies. ./configure --help to get a list of the flags with which ECL can be configured. 2. Enter - ./configure ... - where "..." is the set of flags you have chosen. + ./configure + where is the set of flags you have chosen. 3. Use "make" followed by "make install" to build and install ECL. * Windows with Visual Studio C++ 2008 @@ -17,8 +17,8 @@ If you do not have access to the online version, follow the following recipies. 3. Read the file Makefile to find the configuration options. They typically have the form ECL_UNICODE=1, ECL_THREADS=1, etc 4. Enter - nmake ... - followed by zero or more of those options + nmake + where is a set of zero or more of those options 5. Use "nmake install" to create a directory called "package" with ECL in it. 6. Move that directory wherever you need.