|
||
Prerequisites To run neXtgen Povray Editor, you'll need to have wxWidgets (version 2.6 or 2.8) installed. The windows installer includes it but the linux binaries don't. Pour exécuter neXtgen Povray Editor, vous aurrez besoin d'avoir wxWidgets (version 2.6 ou 2.8) installé. L'installeur Windows inclue la librairie mais pas les binaires linux. Download XPE The last version is v0.9.5b, released at 2009.07.08. It is available as source tarball, linux binaries and windows binary. La dernière version est la v0.9.5b publiée le 8 juillet 2009. Elle est disponible sour la forme d'une archive contenant les sources, de binaires pour linux et d'un installeur pour windows Linux Debian binary (with wxGTK 2.6) - might work on any Debian with wxGTK 2.6 Linux Debian binary (with wxGTK 2.8) - might work on any Debian with wxGTK 2.8 Linux Mandriva 2008 binary (with wxGTK 2.8) - might work on any Mandriva with wxGTK 2.8 Linux Ubuntu 7.10 binary (with wxGTK 2.8) - might work on any Ubuntu with wxGTK 2.8 Linux Fedora Core 7 binary (with wxGTK 2.8) - might work with any Fedora with wxGTK 2.8 Translations XPE on Subversion XPE source code is also available on SouceForge SVN : Le code source de XPE est également disponible sur le dépot SVN de SourceForge : svn co https://nextpe.svn.sourceforge.net/svnroot/nextpe nextpe Building XPE To build XPE, you'll need to have those packages installed : gcc, g++, make, automake, autoconf, wxGTK and wxGTK dev/headers Pour compiler XPE, vous aurrez besoin d'avoir les packages suivants installés : gcc, g++, make, automake, autoconf, wxGTK et wxGTK dev/headers If you have downloaded the tarball, extract it like this : Si vous avez téléchargé le tarball, extrayez le comme ceci : tar -zxf xpe_daily.tar.gz To build XPE, try the classic building sequence (the last one must be run as root): Pour compiler XPE, essayez la séquence de compilation classique (la dernière doit être exécutée en tant que root): ./configure If the previous sequence failed for another reason than a missing library, you might try this sequence (the last one must be run as root): Si la séquence précédente échoue pour une autre raison qu'une librairie manquante, vous pouvez essayer la séquence suivante (la dernière doit être exécutée en tant que root): WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -f Makefile.cvs
|
||