mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Add some notes in INSTALL.txt about the supported platforms/compilers.
This commit is contained in:
parent
71cc031741
commit
e335ecd66f
24
INSTALL.txt
24
INSTALL.txt
@ -1,3 +1,15 @@
|
||||
========================================
|
||||
What platforms are supported?
|
||||
========================================
|
||||
|
||||
You should be able to compile ASE successfully on the following
|
||||
platforms:
|
||||
|
||||
- Windows + MSVC 2008 Express + DirectX SDK
|
||||
- Linux + GCC
|
||||
- Mac OS X
|
||||
|
||||
|
||||
========================================
|
||||
How can I compile ASE?
|
||||
========================================
|
||||
@ -20,12 +32,6 @@ have the source code in a directory called "ase-source-dir"):
|
||||
|
||||
C:\...\ase-source-dir>cd build
|
||||
|
||||
If you have MinGW+MSYS:
|
||||
C:\...\ase-source-dir\build>cmake .. -G "MSYS Makefiles"
|
||||
|
||||
If you have MinGW+mingw-make:
|
||||
C:\...\ase-source-dir\build>cmake .. -G "MinGW Makefiles"
|
||||
|
||||
If you have nmake (MSVC compilers):
|
||||
C:\...\ase-source-dir\build>cmake .. -G "NMake Makefiles"
|
||||
|
||||
@ -37,6 +43,12 @@ have the source code in a directory called "ase-source-dir"):
|
||||
If you are on Linux:
|
||||
/.../ase-source-dir/build$ cmake .. -G "Unix Makefiles"
|
||||
|
||||
If you have MinGW+MSYS:
|
||||
C:\...\ase-source-dir\build>cmake .. -G "MSYS Makefiles"
|
||||
|
||||
If you have MinGW+mingw-make:
|
||||
C:\...\ase-source-dir\build>cmake .. -G "MinGW Makefiles"
|
||||
|
||||
For more information see:
|
||||
http://www.vtk.org/Wiki/CMake_Generator_Specific_Information
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user