Mercurial > gftp.yaz
comparison README @ 73:c226809c03c8
2002-12-2 Brian Masney <masneyb@gftp.org>
* src/gtk/bookmarks.c (run_bookmark) - don't override the value of
need_userpass for SSH transfers
* ChangeLog-old - clean up list of changes from 2.0.13 to 2.0.14rc1
* README - minor fixes
* configure.in - increment version to 2.0.14
* debian/copyright - change my email address and webpage
* debian/rules - 2 small changes
* TODO - added 1 item
author | masneyb |
---|---|
date | Tue, 03 Dec 2002 02:36:37 +0000 |
parents | 8b1883341c6f |
children | dbf13a10be13 |
comparison
equal
deleted
inserted
replaced
72:c48f19f24050 | 73:c226809c03c8 |
---|---|
1 gFTP README | 1 gFTP README |
2 ----------- | 2 ----------- |
3 | 3 |
4 [Requirements] | 4 [Requirements] |
5 | 5 |
6 * gtk+ 1.2.3 or higher. You will also need to download glib as well. You can | 6 * GTK+ 1.2.3 or higher. GTK+/Glib is included with most systems now. If you |
7 download them directly from my website or from the gtk+ ftp site at | 7 don't have it installed, you may want to check to see if your vendor has a |
8 ftp://ftp.gtk.org/pub/gtk/v1.2. | 8 package available. If not, you can download the latest version of GTK+ and |
9 * X11R6 or later. | 9 Glib from ftp://ftp.gtk.org/pub/gtk. gFTP will work with version 1.2 or 2.0 |
10 of GTK+, I would suggest using GTK+ 2.0, but installing GTK+ 2.0 does | |
11 require installing more packages onto your system. | |
10 * pthread libraries. If you have a libc6 based machine (Debian >= 2.x, Red Hat | 12 * pthread libraries. If you have a libc6 based machine (Debian >= 2.x, Red Hat |
11 >= 5.x), you should already have the pthread libraries installed. If you | 13 >= 5.x), you should already have the pthread libraries installed. If you |
12 have a libc5 based machine (Slackware < 7.0), you will need to install | 14 have a libc5 based machine (Slackware < 7.0), you will need to install |
13 LinuxThreads from my website. Also, if you don't have LinuxThreads installed, | 15 LinuxThreads from my website. Also, if you don't have LinuxThreads installed, |
14 you most likely don't have thread safe X libraries. You must have thread | 16 you most likely don't have thread safe X libraries. You must have thread |
21 http://www.freedesktop.org/software/pkgconfig. | 23 http://www.freedesktop.org/software/pkgconfig. |
22 | 24 |
23 [Installation Instructions] | 25 [Installation Instructions] |
24 | 26 |
25 * If you do not want to compile this program yourself, you can check my | 27 * If you do not want to compile this program yourself, you can check my |
26 webpage for some precompiled Linux binaries. | 28 webpage. I have DEBs for Debian and RPMs for RedHat available. If you're |
29 looking for Solaris binaries, check out http://www.sunfreeware.com | |
27 * If you are compiling gFTP yourself, extract the files from the distribution | 30 * If you are compiling gFTP yourself, extract the files from the distribution |
28 with tar -zxvf gftp-<version>.tar.gz | 31 with tar -zxvf gftp-<version>.tar.gz |
29 * Go to the gftp-<version> directory and type | 32 * Go to the gftp-<version> directory and type |
30 | 33 |
31 ./configure | 34 ./configure |