mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
Clarify INSTALL instructions for Windows (replace ...)
This commit is contained in:
parent
e5aa9c1110
commit
b9e0a7f949
1 changed files with 4 additions and 4 deletions
8
INSTALL
8
INSTALL
|
|
@ -7,8 +7,8 @@ If you do not have access to the online version, follow the following recipies.
|
||||||
./configure --help
|
./configure --help
|
||||||
to get a list of the flags with which ECL can be configured.
|
to get a list of the flags with which ECL can be configured.
|
||||||
2. Enter
|
2. Enter
|
||||||
./configure ...
|
./configure <flags>
|
||||||
where "..." is the set of flags you have chosen.
|
where <flags> is the set of flags you have chosen.
|
||||||
3. Use "make" followed by "make install" to build and install ECL.
|
3. Use "make" followed by "make install" to build and install ECL.
|
||||||
|
|
||||||
* Windows with Visual Studio C++ 2008
|
* 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
|
3. Read the file Makefile to find the configuration options. They
|
||||||
typically have the form ECL_UNICODE=1, ECL_THREADS=1, etc
|
typically have the form ECL_UNICODE=1, ECL_THREADS=1, etc
|
||||||
4. Enter
|
4. Enter
|
||||||
nmake ...
|
nmake <options>
|
||||||
followed by zero or more of those options
|
where <options> is a set of zero or more of those options
|
||||||
5. Use "nmake install" to create a directory called "package" with ECL in it.
|
5. Use "nmake install" to create a directory called "package" with ECL in it.
|
||||||
6. Move that directory wherever you need.
|
6. Move that directory wherever you need.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue