~ubuntu-branches/debian/sid/java-gnome/sid

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2010-04-11 21:28:43 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100411212843-g18x13q4fn02ox4a
Tags: 4.0.15-1
* Team upload
* New upstream release
* Change maintainers into Maintainers.
* Remove Thomas from Uploaders.
* Switch to source format 3.0.
* Update Standards-Version: 3.8.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
For the impatient:
26
26
 
27
 
    $ tar xjf java-gnome-4.0.14.tar.bz2
28
 
    $ cd java-gnome-4.0.14
 
27
    $ tar xjf java-gnome-4.0.15.tar.bz2
 
28
    $ cd java-gnome-4.0.15
29
29
    $ ./configure
30
30
    $ make
31
31
 
42
42
 
43
43
Once you've downloaded the latest source tarball:
44
44
 
45
 
    $ tar xjf java-gnome-4.0.14.tzr.bz2
46
 
    $ cd java-gnome-4.0.14
 
45
    $ tar xjf java-gnome-4.0.15.tzr.bz2
 
46
    $ cd java-gnome-4.0.15
47
47
 
48
48
And go on to step 2 for details about options you can pass to the
49
49
configuration command.
202
202
The build products end up in `tmp/`:
203
203
 
204
204
`tmp/gtk-4.0.jar`  
205
 
`tmp/libgtkjni-4.0.14.so`
 
205
`tmp/libgtkjni-4.0.15.so`
206
206
 
207
207
That's actually enough to go on -- if you're using an IDE like Eclipse you can
208
208
just tell it about the `.jar` and then jump right to "Using the Bindings". Or
227
227
 
228
228
`~/share/java/gtk-4.0.jar`  
229
229
`~/share/java/gtk.jar`  
230
 
`~/lib/libgtkjni-4.0.14.so`
 
230
`~/lib/libgtkjni-4.0.15.so`
231
231
 
232
232
The default is to send it off to `/usr/local` as you'd expect. 
233
233
 
249
249
        
250
250
        ...
251
251
        
252
 
        make DESTDIR=/var/tmp/portage/java-gnome-4.0.14-r2/image install
 
252
        make DESTDIR=/var/tmp/portage/java-gnome-4.0.15-r2/image install
253
253
        
254
254
        ...
255
255
 
257
257
 
258
258
`/usr/share/java/gtk-4.0.jar`  
259
259
`/usr/share/java/gtk.jar`  
260
 
`/usr/lib/libgtkjni-4.0.14.so`
 
260
`/usr/lib/libgtkjni-4.0.15.so`
261
261
 
262
262
If you have distro policy issues to deal with, then pass `jardir` and/or
263
263
`libdir` overrides to `configure`.
340
340
[java-gnome](http://java-gnome.sourceforge.net/),  
341
341
opening GTK and GNOME to Java programmers!
342
342
 
343
 
_Last modified 20 Apr 09_
 
343
_Last modified 15 Dec 09_
344
344
 
345
345
[mirror]: http://ftp.gnome.org/pub/gnome/sources/java-gnome/4.0/
346
346
 
347
347
<!--
348
 
 
349
 
  Copyright (c) 2006-2009 Operational Dynamics Consulting Pty Ltd 
 
348
 
 
349
  Copyright © 2006-2010 Operational Dynamics Consulting, Pty Ltd and Others
350
350
 
351
351
  As project documentation, this file forms an integral part of the source
352
 
  code of the library it accompanies, and thus is made available to you by the
353
 
  authors under the terms of the "GNU General Public Licence, version 2". See
354
 
  the LICENCE file for the terms governing usage, copying and redistribution.
355
 
 
356
 
  vim: set textwidth=78 nowrap:
 
352
  code of the library it accompanies, and thus is made available to you by its
 
353
  authors as open source software: you can redistribute it and/or modify it
 
354
  under the terms of the GNU General Public License version 2 ("GPL") as
 
355
  published by the Free Software Foundation.
 
356
 
 
357
  This program is distributed in the hope that it will be useful, but WITHOUT
 
358
  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 
359
  FITNESS FOR A PARTICULAR PURPOSE. See the GPL for more details.
 
360
 
 
361
  You should have received a copy of the GPL along with this program. If not,
 
362
  see http://www.gnu.org/licenses/. The authors of this program may be
 
363
  contacted through http://java-gnome.sourceforge.net/.
 
364
 
 
365
  vim: set textwidth=78:
357
366
 
358
367
-->