mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-05 09:40:02 +00:00
Clarified "COMPILATION" section
This commit is contained in:
parent
57d5783d0c
commit
8bbd7736fe
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
|||||||
|
2007-11-14 David A. Capello <dacap@users.sourceforge.net>
|
||||||
|
|
||||||
|
* INSTALL.txt: Clarified "COMPILATION" section (thanks to Manuel
|
||||||
|
Quiñones).
|
||||||
|
|
||||||
|
2007-11-13 David A. Capello <dacap@users.sourceforge.net>
|
||||||
|
|
||||||
|
* jinete/src/jfilesel.c: Better file selector (separated file name
|
||||||
|
and path).
|
||||||
|
|
||||||
2007-11-09 David A. Capello <dacap@users.sourceforge.net>
|
2007-11-09 David A. Capello <dacap@users.sourceforge.net>
|
||||||
|
|
||||||
* src/script/functions.c: Added: NewLayer(Set), RemoveLayer,
|
* src/script/functions.c: Added: NewLayer(Set), RemoveLayer,
|
||||||
|
18
INSTALL.txt
18
INSTALL.txt
@ -3,10 +3,16 @@ COMPILATION
|
|||||||
===================================
|
===================================
|
||||||
|
|
||||||
Before compile, you must configure what ASE should use, what
|
Before compile, you must configure what ASE should use, what
|
||||||
libraries are available, etc. You can run the fix.sh script, answer
|
libraries are available, etc. You can run the "fix.sh" script,
|
||||||
some questions and done: the main makefile is created. Or you could
|
answer some questions and done: the main makefile is created,
|
||||||
edit the makefile.cfg, uncomment CONFIGURED=1 and uncomment the
|
just do
|
||||||
necessary options, and then run "makefile -f makefile.lnx".
|
|
||||||
|
make
|
||||||
|
|
||||||
|
Or you could edit the "makefile.cfg", uncomment CONFIGURED=1 and
|
||||||
|
uncomment the necessary options, and then run
|
||||||
|
|
||||||
|
makefile -f makefile.lnx
|
||||||
|
|
||||||
|
|
||||||
===================================
|
===================================
|
||||||
@ -17,9 +23,9 @@ INSTALLATION
|
|||||||
|
|
||||||
1) Running ASE from its source directory.
|
1) Running ASE from its source directory.
|
||||||
|
|
||||||
2) Install ASE in the directory that you specify in the fix.sh question:
|
2) Install ASE in the directory that you specified in the "fix.sh" question:
|
||||||
"Where do you want install ASE by default?" (generally "/usr/local")
|
"Where do you want install ASE by default?" (generally "/usr/local")
|
||||||
(in the makefile.cfg, it's the DEFAULT_PREFIX variable)
|
(in the "makefile.cfg", it's the DEFAULT_PREFIX variable)
|
||||||
|
|
||||||
Run "make install" (it only works in Unix like systems)
|
Run "make install" (it only works in Unix like systems)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user