2005-09-17 Michael Hutchinson <m.j.hutchinson@gmail.com>

* INSTALL: updated instructions regarding Mozilla extensions


svn path=/trunk/aspeditor/; revision=50190
This commit is contained in:
Michael Hutchinson 2005-09-18 14:46:58 +00:00
Родитель 62886e17e6
Коммит c6b3352972
2 изменённых файлов: 22 добавлений и 12 удалений

Просмотреть файл

@ -1,3 +1,7 @@
2005-09-17 Michael Hutchinson <m.j.hutchinson@gmail.com>
* INSTALL: updated instructions regarding Mozilla extensions
2005-09-16 Everaldo Canuto <everaldo@smios.org>
* autogen.sh: Fix command order in autogen.sh, aclocal need to be run

30
INSTALL
Просмотреть файл

@ -1,14 +1,14 @@
Prerequisites
=============
You will need:
Mono 1.1.9 (okay, *very* recent subversion Mono class libraries will do)
Mono 1.1.9
Gtk# 2.5.5.99
Gecko# 0.10
GCC 3.3
Gtk+ 2.6.4
Mozilla 1.7.10
And of course the devoloper libraries for all of these.
Gtk+ 2.6.4 + developer headers
Mozilla 1.7.10 + developer headers
Newer versions should work; if they don't, it's a bug.
Building AspNetEdit
@ -19,17 +19,23 @@ Open a terminal in the root aspnetedit director and run the following commands
make
Running AspNetEdit
=================
Installing AspNetEdit
=====================
To install AspNetEdit into the PREFIX directory you specified when running autoconf.sh, simply run
make install
The executable and libraries will be installed into PREFIX/lib, and a script 'aspnetedit' is provided in PREFIX/bin to launch the application.
The Mozilla extension that AspNetEdit requires is installed into the 'chrome' subdirectory of your Mozilla installation, for which you will need write access.
Running AspNetEdit directly
===========================
You can run AspNetEdit out of the build directory with the command
make run
However, the Mozilla extension must be installed first, so this command is only useful for running updated builds of the Mono-based components without reinstalling the whole application.
Installing AspNetEdit
=====================
To install AspNetEdit into the PREFIX directory you specified when running autoconf.sh, simly run
make install
The executable and libraries will be installed into PREFIX/lib, and a script 'aspnetedit' is provided in PREFIX/bin to launch the application