Re: version mismatch in source code downloaded from w3.org

Nacho a écrit :

>Hi,
>
>Just a few days ago I downloaded the source code of Amaya from this URL:
>
>http://www.w3.org/Amaya/Distribution/amaya-fullsrc-9.1.tgz
>
>I uncompressed it, compiled it... everything was ok... but when I run it and
>click in "Help -> About Amaya"... it says "Amaya 8.7.2", it is of course the
>binary I've just compiled, because I run it from the source code directory,
>with the full path:
>
>/usr/src/Amaya/LINUX-ELF/bin/amaya
>
>So I suppose maybe you made a mistake when naming the .tgz file? o_O
>
>Or maybe I did something wrong? O_o
>
>I just did a ./configure and make... I didn't executed the "make install", but
>I think it's the same...
>  
>
Amaya 8.7.2 ans Amaya 9.1 share the same source code.
To compile Amaya 9.1 see : http://www.w3.org/Amaya/User/AmayaWX.html
You must type something like that =>
|cd Amaya
mkdir WX
cd WX
../configure --with-wx
make|

regards,

-- 
Stéphane GULLY - (http://www.zeitoun.net)

Received on Thursday, 12 May 2005 14:02:20 UTC