Hallo,
Ich möchte INET-Framework (von OmNET++) zum starten bringen. Auf der Homepage steht :
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
You might be tempted to just type the opp_nmakemake -f command to generate a makefile – don’t! Please read the INSTALL file in the package. Essentially it should be:
makemake
nmake -f makefile.vc depend
nmake -f makefile.vc
opp_nmakemake is not enough here, it’s only for single-directory models. makemake is a batch file which essentially runs heaps of opp_nmakemake commands, one in each directory.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
also makemake klappt wunderbar!!! (also mit ./makemake)
aber bei nmake -f makefile.vc depend kommt Fehler : bash: nmake: command not found
was kann ich tun?
habe mit apt-get install make gesehn das bei mir es schon installier ist!
Danke für die Hilfe
Gruß