eDonkeyFilesManager Version 0.2 Release
Install(Bare minimun): Only your download button is not working.
---------------------
For MS Windows:
- You have to install MySQL.
- Uncompress efm_win32_0.2.zip
- Execute directly the binary file by double clicking on efm_win32.exe.
For Linux:
- You have to install MySQL.
- You have to install GTK+ v1.2 or higher.
- Uncompress efm_win32_0.2.tar.bz2( ie: tar -xvjf efm_win32_0.2.tar.bz2 )
- Execute directly the binary file.( ie: ./efm )
Install(Recommended)
---------------------
For MS Windows:
- Same instructions as above( Bare minimun Install ).
For Linux:
- You have to install MySQL.
- You have to install GTK+ v1.2 or higher.
- You have to install netcat if you use MLDonkey. Otherwise this program is not needed.
- Uncompress efm_win32_0.2.tar.bz2( ie: tar -xvjf efm_win32_0.2.tar.bz2 )
- Execute directly the binary file.( ie: ./efm )
BEFORE USING THE PROGRAM, PLEASE GO TO THE PREFERENCE BOX (OPTIONS->PREFERENCE) TO SETUP.
For Linux user:
Make sure you type in correctly your netcat command name.
--------------------------------------
| Distribution | Netcat command name | ( Note: Information may be incorrect. )
-------------------------------------- ( To make sure, type nc or netcat in )
| Debian | nc | ( your terminalto see if there )
| Suse | netcat | ( is such a command. )
--------------------------------------
Compile
---------------------
You need the following libraries:
* wxWindows
* MySQL library: By installing the software, you get its C API.
MS Windows:
- efm_win32.dev : is the project file of the program Dev-C++.
Linux:
- src/makefile is provided:
Note: Make sure to change the path to your libraries before compiling.
make all: compile everything.
make clean: remove all object files.
make cleanAll: remove all object files and the binary file.
Copyright (C) 2003-2004 Xuan Ngo
---------------------------------------------------
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 59 Temple
Place, Suite 330, Boston, MA 02111-1307 USA