aseprite/INSTALL.txt

38 lines
1.0 KiB
Plaintext
Raw Normal View History

2007-09-18 23:57:02 +00:00
===================================
COMPILATION
===================================
Before compile, you must configure what ASE should use, what
2007-11-14 21:22:28 +00:00
libraries are available, etc. You can run the "fix.sh" script,
answer some questions and done: the main makefile is created,
just do
make
Or you could edit the "makefile.cfg", uncomment CONFIGURED=1 and
uncomment the necessary options, and then run
makefile -f makefile.lnx
2007-09-18 23:57:02 +00:00
===================================
INSTALLATION
===================================
After compilation, you have two options:
1) Running ASE from its source directory.
2007-11-14 21:22:28 +00:00
2) Install ASE in the directory that you specified in the "fix.sh" question:
2007-09-18 23:57:02 +00:00
"Where do you want install ASE by default?" (generally "/usr/local")
2007-11-14 21:22:28 +00:00
(in the "makefile.cfg", it's the DEFAULT_PREFIX variable)
2007-09-18 23:57:02 +00:00
Run "make install" (it only works in Unix like systems)
===================================
UNINSTALLATION
===================================
Run "make uninstall".