File: README

package info (click to toggle)
gnome-split 1.2-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,124 kB
  • sloc: java: 5,359; perl: 975; makefile: 153
file content (72 lines) | stat: -rw-r--r-- 2,834 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
                             README

-----------------------------------------------------------------
 1. Compiling and running
-----------------------------------------------------------------
For the impatient:

	$ ./configure
	$ make

-----------------------------------------------------------------
 2. Installing
-----------------------------------------------------------------
Really? That's your GNU/Linux distribution's job, but if you insist:

	# make install

will bludgeon its way into the proper places on the system. If you need to set
the prefix to something else, use the configure script. You can likewise
specify a temporary build directory to compose the installation image, perhaps:

	$ ./configure prefix=/usr

On Debian based distributions (like Ubuntu), you'll probably want to do
something like that:

	$ ./configure prefix=/usr libdir=/usr/lib/jni jardir=/usr/share/java

-----------------------------------------------------------------
 3. Prerequisites
-----------------------------------------------------------------

GNOME Split is written in Java and uses uses:

* **java-gnome**  
  Bindings around the GTK and GNOME user interface libraries,  
  <http://java-gnome.sourceforge.net/>  
  You'll need a version `>= 4.1.2`

* **dbus-java**
  Bindings around the DBus interface library and its dependencies,
  <http://dbus.freedesktop.org/doc/dbus-java/>
  You'll need a version `>= 2.5.1`

-----------------------------------------------------------------
 4. License
-----------------------------------------------------------------
The GNOME Split program is released under the terms of the GNU
GPLv3. Please read the LICENSE file for more informations

-----------------------------------------------------------------
 5. What is GNOME Split?
-----------------------------------------------------------------
GNOME Split is a program written in Java and using a GTK+
graphical interface. It allows you to split a file in more little
chunks in order to be able to store it easily. You can also
merge the chunks later and check the file integrity using a MD5 sum.

-----------------------------------------------------------------
 6. Why do you write GNOME Split?
-----------------------------------------------------------------
I use Ubuntu for a while now and to split files, I have to use
the "split" command. I thought that it will be nice to have
a GTK+ program to split files more easily for everybody.

-----------------------------------------------------------------
 7. Contact
-----------------------------------------------------------------
If you have any bugs, errors, improvements, patches, ideas, you
can contact me on my email address <respawneral@gmail.com>.
GNOME Split development website at http://gnome-split.org/
GNOME Split in Launchpad https://launchpad.net/gnome-split/