1Installing GWorkspace
2=========================
3
4GWorkspace requires GNUstep to be installed. Make sure that you have an
5up to date version installed on your system!
6
7  ./configure
8  make install
9
10If you are on Linux and want to use the new inotify-based fswatcher, you can pass --with-inotify to configure.
11
12To enable the new metadata indexing and searching system, cd into the GWMetadata directory and:
13
14  ./configure
15  make
16  make install
17
18To enable all the GWorkspace features you need also:
19
20* The PDFKit framework (version >= 0.9) downloadable from the GWorkspace home page.
21PDFKit is needed to build the pdf contents inspector and to extract metadata from pdf files.
22
23* System Preferences available from the GNUstep SVN repository.
24  svn co http://svn.gna.org/svn/gnustep/apps/systempreferences/trunk
25  If you install the GWMetadata system, SystemPreferences is needed to configure it.
26
27