Amara installers

Only for testing

Installing from source

Install and configure a C compiler: MinGW

Amara2 has C extensions so you need a C compiler if you want to install from source (http://docs.python.org/install/index.html#building-extensions-tips-and-tricks).

If you want to use Microsoft Compilers, read Jeremy Kloth's notes: http://cvs.4suite.org/viewcvs/4Suite/PC/README.txt

[build]
compiler=mingw32

Download the code

Build and install

C:\Amara_Source> C:\Python25\python.exe setup.py build
C:\Amara_Source> C:\Python25\python.exe setup.py install

or

C:\Amara_Source> C:\Python26\python.exe setup.py build
C:\Amara_Source> C:\Python26\python.exe setup.py install

Using easy_install

If you have got the C compiler installed and configured you can use easy_install too:

C:\Python2x\Scripts\easy_install.exe amara

Amara2/Windows (last edited 2010-03-06 21:55:17 by LuisMiguel)