Originariamente inviato da Ol3iconfini

Ciao ragazzi, devo eseguire un'applicazione, c4.5(programma per intelligenza artificiale), che si esegue da dos.PEr installarlo dovrei scrivere il comando make all da prompt del dos, ma il prompt del dos di windows xp non mi riconosce il comando...Come posso fare?
Esattamente i passi sono i seguenti, anche se in inglese spero leggiate..
Download and Installation
Version of patch: 1.1 (2003-03-15)
Download the patch in the original format (318k) or gzip-compressed format (62k) or ZIP-compressed format (62k) and uncompress it if necessary.
Download the original c4.5-Release 8 distribution from Ross Quinlan's homepage and extract it to some directory.
Change to the subdirectory of the c4.5 release 8 package where the source files are in, most likely "Src".
Apply the patch with the command
patch -p0 < path_to_patch_file
Edit the Makefile and change th ings as needed, e.g. change the destination directory for the binaries.
Build the binaries with the command make.
As a user with sufficient access rights to write into the destination directory for the binaries, install them with the command make install.