| 1 | README |
|---|
| 2 | |
|---|
| 3 | ----------------------------------------------------------------- |
|---|
| 4 | 1. Compiling and running |
|---|
| 5 | ----------------------------------------------------------------- |
|---|
| 6 | For the impatient: |
|---|
| 7 | |
|---|
| 8 | $ ./configure |
|---|
| 9 | $ make |
|---|
| 10 | |
|---|
| 11 | ----------------------------------------------------------------- |
|---|
| 12 | 2. Installing |
|---|
| 13 | ----------------------------------------------------------------- |
|---|
| 14 | Really? That's your GNU/Linux distribution's job, but if you insist: |
|---|
| 15 | |
|---|
| 16 | # make install |
|---|
| 17 | |
|---|
| 18 | will bludgeon its way into the proper places on the system. If you need to set |
|---|
| 19 | the prefix to something else, use the configure script. You can likewise |
|---|
| 20 | specify a temporary build directory to compose the installation image, perhaps: |
|---|
| 21 | |
|---|
| 22 | $ ./configure prefix=/usr |
|---|
| 23 | |
|---|
| 24 | On Debian based distributions (like Ubuntu), you'll probably want to do |
|---|
| 25 | something like that: |
|---|
| 26 | |
|---|
| 27 | $ ./configure prefix=/usr libdir=/usr/lib/jni jardir=/usr/share/java |
|---|
| 28 | |
|---|
| 29 | ----------------------------------------------------------------- |
|---|
| 30 | 3. Prerequisites |
|---|
| 31 | ----------------------------------------------------------------- |
|---|
| 32 | |
|---|
| 33 | GNOME Split is written in Java and uses uses: |
|---|
| 34 | |
|---|
| 35 | * **java-gnome** |
|---|
| 36 | Bindings around the GTK and GNOME user interface libraries, |
|---|
| 37 | <http://java-gnome.sourceforge.net/> |
|---|
| 38 | You'll need a version `>= 4.0.16` |
|---|
| 39 | |
|---|
| 40 | * **dbus-java** |
|---|
| 41 | Bindings around the DBus interface library and its dependencies, |
|---|
| 42 | <http://dbus.freedesktop.org/doc/dbus-java/> |
|---|
| 43 | You'll need a version `>= 2.5.1` |
|---|
| 44 | |
|---|
| 45 | ----------------------------------------------------------------- |
|---|
| 46 | 4. License |
|---|
| 47 | ----------------------------------------------------------------- |
|---|
| 48 | The GNOME Split program is released under the terms of the GNU |
|---|
| 49 | GPLv3. Please read the LICENSE file for more informations |
|---|
| 50 | |
|---|
| 51 | ----------------------------------------------------------------- |
|---|
| 52 | 5. What is GNOME Split? |
|---|
| 53 | ----------------------------------------------------------------- |
|---|
| 54 | GNOME Split is a program written in Java and using a GTK+ |
|---|
| 55 | graphical interface. It allows you to split a file in more little |
|---|
| 56 | chunks in order to be able to store it easily. You can also |
|---|
| 57 | merge the chunks later and check the file integrity using a MD5 sum. |
|---|
| 58 | |
|---|
| 59 | ----------------------------------------------------------------- |
|---|
| 60 | 6. Why do you write GNOME Split? |
|---|
| 61 | ----------------------------------------------------------------- |
|---|
| 62 | I use Ubuntu for a while now and to split files, I have to use |
|---|
| 63 | the "split" command. I thought that it will be nice to have |
|---|
| 64 | a GTK+ program to split files more easily for everybody. |
|---|
| 65 | |
|---|
| 66 | ----------------------------------------------------------------- |
|---|
| 67 | 7. Contact |
|---|
| 68 | ----------------------------------------------------------------- |
|---|
| 69 | If you have any bugs, errors, improvements, patches, ideas, you |
|---|
| 70 | can contact me on my email address <respawneral@gmail.com>. |
|---|
| 71 | GNOME Split development website at http://www.gnome-split.org/ |
|---|
| 72 | GNOME Split in Launchpad https://launchpad.net/gnome-split/ |
|---|