• # Re: Cherche un Minimo compilé

    Posté par . En réponse au journal Cherche un Minimo compilé. Évalué à 4.

    Voila moi j'ai réussit a le compiler à partir du CVS:

    Le résultat donne: http://drac.ienac.net/images/minimo.png(...)

    Donc voila personnellement j'ai tenter la compilation sur mon PC parce que chez mes parents le pc que j'utilise est vraiement pas très puissant (P166 et 48Mo de RAM)

    Donc voici ce que j'ai fait en supposant que tu peux compiler mozilla (enfin que tu as toutes les lib qui vont bien, genre Orbit ...)

    (Les % représentent ton prompt)

    On récupère les sources du CVS:
    % export CVSROOT=":pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot"
    % cvs login

    mot de passe : anonymous

    % cvs checkout mozilla/client.mk
    % cd mozilla
    % make -f client.mk checkout

    Ensuite on export MINIMO=1
    % export MINIMO=1

    puis
    % cp embedding/minimo/mozconfig ./

    On construit tout:
    % make -f client.mk build_all

    Puis on finit le boulot
    % cd embedding/minimo
    % ./package.sh

    Bon maintenant c'est presque fini, l'executable est:
    mozilla/dist/bin/TestGtkEmbed

    il faut rajouter le répertoire mozilla/dist/bin dans le fichier ld.so.conf (le chemin entiers hein)
    et faire un:
    % ldconfig

    Sinon ma vie:
    J'arrive pas à me logguer sur mon compte DLFP avec ...