mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
doc: more detailed build instructions for MSVC
This commit is contained in:
parent
6dce405b2a
commit
2155e354e4
2 changed files with 14 additions and 8 deletions
11
INSTALL
11
INSTALL
|
|
@ -12,14 +12,15 @@ If you do not have access to the online version, follow the following recipies.
|
|||
3. Use "make" followed by "make install" to build and install ECL.
|
||||
|
||||
* Windows with Visual Studio C++ 2008
|
||||
1. Enter the msvc directory
|
||||
2. Read the file Makefile to find the configuration options. They
|
||||
1. Open the Visual Studio x86 or x64 native tools command prompt
|
||||
2. Enter the msvc directory
|
||||
3. Read the file Makefile to find the configuration options. They
|
||||
typically have the form ECL_UNICODE=1, ECL_THREADS=1, etc
|
||||
3. Enter
|
||||
4. Enter
|
||||
nmake ...
|
||||
followed by zero or more of those options
|
||||
4. Use "nmake install" to create a directory called "package" with ECL in it.
|
||||
5. Move that directory wherever you need.
|
||||
5. Use "nmake install" to create a directory called "package" with ECL in it.
|
||||
6. Move that directory wherever you need.
|
||||
|
||||
* Cross-compile for the android platform (from the UNIX machine)
|
||||
1. Build the host ECL
|
||||
|
|
|
|||
|
|
@ -75,9 +75,14 @@ You also need @uref{http://yasm.tortall.net,yasm} optionally to build gmp,
|
|||
fetch yasm-1.3.0-win64.exe and yasm-1.3.0-win32.exe,
|
||||
and put them in your system PATH directory.
|
||||
|
||||
In the Visual Studio's startup menu,
|
||||
click @uref{https://docs.microsoft.com/en-us/dotnet/framework/tools/developer-command-prompt-for-vs,Developer Command Prompt for Visual Studio}
|
||||
to open the console window.
|
||||
In the Visual Studio's startup menu, click
|
||||
@uref{https://docs.microsoft.com/en-us/dotnet/framework/tools/developer-command-prompt-for-vs,Developer
|
||||
Command Prompt for Visual Studio} to open the console
|
||||
window. Alternatively, open the developer console from the start menu
|
||||
through "Visual Studio 20xx" -> "Visual Studio Tools" -> "VC" and
|
||||
select "x64 Native Tools Command Prompt for VS 20xx" or "x86 Native
|
||||
Tools Command Prompt for VS 20xx", depending on whether you want to
|
||||
build 32 or 64bit versions of ECL.
|
||||
|
||||
@enumerate
|
||||
@item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue