mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 20:06:18 +08:00
corrected fluid.desktop (STR #2328)
removed "cd %D" as the %D is deprecated anyway. updated README and README.Unix to describe install-desktop git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7830 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -79,6 +79,10 @@ BUILDING AND INSTALLING FLTK UNDER UNIX AND MacOS X
|
|||||||
install". This will copy the "fluid" executable to
|
install". This will copy the "fluid" executable to
|
||||||
"bindir", the header files to "includedir", and the library
|
"bindir", the header files to "includedir", and the library
|
||||||
files to "libdir".
|
files to "libdir".
|
||||||
|
|
||||||
|
To install additional files and icons to be used by the main
|
||||||
|
desktop environments such as KDE, GNOME and XFCE, you will also
|
||||||
|
need to run "make install-desktop" as root.
|
||||||
|
|
||||||
|
|
||||||
BUILDING FLTK UNDER MICROSOFT WINDOWS
|
BUILDING FLTK UNDER MICROSOFT WINDOWS
|
||||||
@@ -163,7 +167,7 @@ TRADEMARKS
|
|||||||
|
|
||||||
COPYRIGHT
|
COPYRIGHT
|
||||||
|
|
||||||
FLTK is copyright 1998-2009 by Bill Spitzak
|
FLTK is copyright 1998-2010 by Bill Spitzak
|
||||||
(spitzak@users.sourceforge.net) and others,
|
(spitzak@users.sourceforge.net) and others,
|
||||||
see the CREDITS file for more info.
|
see the CREDITS file for more info.
|
||||||
|
|
||||||
|
|||||||
+9
-2
@@ -1,4 +1,4 @@
|
|||||||
README.Unix.txt - 2010-10-28 - Building FLTK on Unix
|
README.Unix.txt - 2010-11-14 - Building FLTK on Unix
|
||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
@@ -218,7 +218,7 @@ The entire FLTK toolkit including many test programs will be built for you. No
|
|||||||
warnings should appear. If some do, please let the FLTK developer team know via
|
warnings should appear. If some do, please let the FLTK developer team know via
|
||||||
the mailing list or the bug reporting template at www.fltk.org .
|
the mailing list or the bug reporting template at www.fltk.org .
|
||||||
|
|
||||||
Actually, as of Oct 28 2010, quite a bunch of warnigns will show, mostly about
|
Actually, as of Oct 28 2010, quite a bunch of warnings will show, mostly about
|
||||||
suggested parenthesis. Please ignore them until we can fix them.
|
suggested parenthesis. Please ignore them until we can fix them.
|
||||||
|
|
||||||
|
|
||||||
@@ -238,6 +238,12 @@ in "/usr/local/include" and "/usr/local/lib" by typing
|
|||||||
|
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
|
If you are using the KDE, GNOME or XFCE desktop environments and want to call
|
||||||
|
"fluid" from the desktop menu, you will need to install additional files and
|
||||||
|
icons under "/usr/share" by typing:
|
||||||
|
|
||||||
|
sudo make install-desktop
|
||||||
|
|
||||||
It is possible to install FLTK without superuser previleges by changing the
|
It is possible to install FLTK without superuser previleges by changing the
|
||||||
installation path to a location within the user account by adding the
|
installation path to a location within the user account by adding the
|
||||||
"--prefix=PREFIX" parameters to the "./configure" command.
|
"--prefix=PREFIX" parameters to the "./configure" command.
|
||||||
@@ -297,3 +303,4 @@ second "`".
|
|||||||
|
|
||||||
Oct 30 2010 - matt: added Code::Blocks chapter
|
Oct 30 2010 - matt: added Code::Blocks chapter
|
||||||
Oct 28 2010 - matt: restructured entire document and verified instructions
|
Oct 28 2010 - matt: restructured entire document and verified instructions
|
||||||
|
Nov 14 2010 - duncan: added install-desktop
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
Name=FLUID
|
Name=FLUID
|
||||||
Comment=FLTK GUI Designer
|
Comment=FLTK GUI Designer
|
||||||
TryExec=fluid
|
TryExec=fluid
|
||||||
Exec=cd %D && fluid %F
|
Exec=fluid %F
|
||||||
Icon=fluid
|
Icon=fluid
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|||||||
Reference in New Issue
Block a user