kaneda_aka_tetsuoka a écrit:
Ok... Moi j'ai deux questions :
- La voilà, la question sérieuse : EKD, qui m'a l'air trés sympathique, sera-t-il dispo pour Mac ? Le Python fonctionne en effet sur pratiquement toutes les plateformes so... Ca m'intéresserait énormément. En attendant, je vais tester les versions Linux et Windows, mais je suis plus souvent sur Mac pour la vidéo. Si tu as besoin d'un beta-testeur pour une future version OS X, suis dispo...
Re kaneda_aka_tetsuoka

,
Bon, après-coup il est peut-être envisageable de faire une version OSX, mais il va me falloir de nombreux renseignements, donc voilà l'idée OSX est construit sur une base Unix, c'est bien ça ? . Si c'est oui, je vais juste avoir à adapter la version Linux de EKD pour OSX . Il faut donc que je sache absolument tout ceci :
1) Il faut que tu m'écrives l'arborescence complète du système OSX (en message privé si il y a risque de pollution sur le forum) .
2) Sous OSX on a des utilisateurs (/home/... ?), séparés de l'administrateur (root ?) .
3) On a une console sous OSX ? .
4) Les applications sont installées dans quel répertoire en général ? (IMPORTANT ==> les chemins /usr/bin, /usr/local/bin, /usr/share, /bin, existent-ils dans OSX ?) .
5) On peut accéder à toutes les applications juste en tapant leur nom dans une console sous OSX ? .
6) Si on a bien une console sous OSX, si tu tapes python dedans (il faut bien sûr avoir installé Python avant), qu'est ce que tu obtiens ? .
==> Peux-tu suivre tous les liens que je t'indiques plus bas et installer toutes les applications utiles pour EKD ? ; c'est à dire Python (évidemment), Python Imaging Library, Mplayer-Mencoder et ImageMagick .
Si je développe une version OSX, il faudra que je le fasse à l'aveugle (pas facile du tout !), pourras-tu faire des tests sur ton OSX quand je te le demanderais ? .
------ Mplayer-Mencoder --------
http://mplayerosx.sourceforge.net/
-----------------------------------------------
----- ImageMagick -------------------
http://mac.softpedia.com/get/DTP-Prepre ... gick.shtml
(Licence : c'est marqué ==> Freeware, alors que ImageMagick est GPL ; comprend pô !!!) .
ou
http://www.entropy.ch/software/macosx/
(ImageMagick image tools --> imagemagick-5.5.7.pkg.tar.gz (for Mac OS X 10.2 / Jaguar) ou
imagemagick-6.1.7.pkg.tar.gz (for Mac OS X 10.3 / Panther))
----------------------------------------------------
==>
http://www.xrings.net/xrings/article.ph ... rticle=192
----------------------------------------------------
------- Python Imaging Library ---------
http://www.pythonware.com/products/pil/index.htm
==> Python Imaging Library 1.1.5 Source Kit (all platforms) (430k TAR GZ) (March 28, 2005)
Voilà ce qu'il y a dans le README :
...
--------------------------------------------------------------------
Build instructions (all platforms)
--------------------------------------------------------------------
0. If you're in a hurry, try this:
$ gunzip Imaging-1.1.5.tar.gz
$ tar xvf Imaging-1.1.5.tar
$ cd Imaging-1.1.5
$ python setup.py install
If you prefer to know what you're doing, read on.
1. Prerequisites.
If you need any of the features described below, make sure you
have the necessary libraries before building PIL.
feature library
-----------------------------------------------------------------
JPEG support libjpeg (6a or 6b)
http://www.ijg.org
http://www.ijg.org/files/jpegsrc.v6b.tar.gz
ftp://ftp.uu.net/graphics/jpeg/
PNG support zlib (1.1.4 or later is recommended)
http://www.gzip.org/zlib/
OpenType/TrueType freetype2 (2.1.3 or later is recommended)
support
http://www.freetype.org
http://freetype.sourceforge.net
If you have a recent Linux version, the libraries provided with
the operating system usually work just fine.
If you're using Mac OS X, you can use the 'fink' tool to install
missing libraries (also see the Mac OS X section below).
...
--------------------------------------------------------------------
Additional notes for Mac OS X
--------------------------------------------------------------------
On Mac OS X you will usually install additional software such as
libjpeg or freetype with the "fink" tool, and then it ends up in
"/sw". If you have installed the libraries elsewhere, you may have
to tweak the "setup.py" file before building.
...
------------------------------------------------------------------
Question :
D'après ce que j'ai compris on peut compiler sous OSX, comme dans les systèmes Unix (
--> ./configure
make & make install) . C'est bien ça ? .
Désolé pour la longueur du message, et mes excuses si ce message est considéré comme pollution (me tapez-pas !), mais c'est pour la bonne cause .
a+