mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
Add version requirements
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25039 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c63cdce5c1
commit
089bed555b
3 changed files with 9 additions and 5 deletions
|
@ -23,8 +23,10 @@ this library). GNUstep-HOWTO is located at @url{http://www.gnustep.org}
|
|||
and in the gnustep-make package (which you should install first).
|
||||
|
||||
You must have installed gnustep-base and gnustep-make
|
||||
before building this library. Other external libraries that you should
|
||||
have installed include:
|
||||
before building this library. GNUstep Make version 2.0.0 or greater is
|
||||
required. GNUstep Base version 1.14.0 or greater is required.
|
||||
|
||||
Other external libraries that you should have installed include:
|
||||
|
||||
@itemize
|
||||
@item tiff (REQUIRED)
|
||||
|
|
6
INSTALL
6
INSTALL
|
@ -12,8 +12,10 @@ this library). GNUstep-HOWTO is located at `http://www.gnustep.org'
|
|||
and in the gnustep-make package (which you should install first).
|
||||
|
||||
You must have installed gnustep-base and gnustep-make before
|
||||
building this library. Other external libraries that you should have
|
||||
installed include:
|
||||
building this library. GNUstep Make version 2.0.0 or greater is
|
||||
required. GNUstep Base version 1.14.0 or greater is required.
|
||||
|
||||
Other external libraries that you should have installed include:
|
||||
|
||||
* tiff (REQUIRED)
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ Release: 1
|
|||
Copyright: LGPL
|
||||
Group: Development/Libraries
|
||||
Source: ftp://ftp.gnustep.org/pub/gnustep/core/%{gs_name}-%{gs_version}.tar.gz
|
||||
Requires: gnustep-base >= 1.11.0
|
||||
Requires: gnustep-base >= 1.14.0
|
||||
|
||||
%description
|
||||
The GNUstep gui Library is a powerful library of graphical user interface
|
||||
|
|
Loading…
Reference in a new issue