Don Benot
01-17-2003, 10:41 AM
I have a question on installing an x11 app. I installed gnotepad+ using Fink. The user manual is a separate install not supported by Fink. I downloaded it, and the install doc reads,
To install, simply do:
./configure
make install
This installs the help files into the directory:
$(datadir)/gnome/help/gnotepad+/
$(datadir) is typically "/usr/local/share".
There are a two configuration options which one may want to change:
--prefix=DIR
Install gnotepad+ in DIR instead of /usr/local
--enable-gnome [default=yes]
By default gnotepad+ will look for the "gnome-config" script
and if found, will set the installation prefix to the value
obtained from running "gnome-config --prefix".
Am I to assume that the user manual should go in the same directory as the app? Assuming it does, should I then type:
./configure --prefix=/sw/bin
make install
Do I need to use the --enable-gnome option?
I'm new at anything beyond the very basics with this CLI stuff.
I appreciate any help you may throw my way.
Don
To install, simply do:
./configure
make install
This installs the help files into the directory:
$(datadir)/gnome/help/gnotepad+/
$(datadir) is typically "/usr/local/share".
There are a two configuration options which one may want to change:
--prefix=DIR
Install gnotepad+ in DIR instead of /usr/local
--enable-gnome [default=yes]
By default gnotepad+ will look for the "gnome-config" script
and if found, will set the installation prefix to the value
obtained from running "gnome-config --prefix".
Am I to assume that the user manual should go in the same directory as the app? Assuming it does, should I then type:
./configure --prefix=/sw/bin
make install
Do I need to use the --enable-gnome option?
I'm new at anything beyond the very basics with this CLI stuff.
I appreciate any help you may throw my way.
Don