[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Iconv
- From: Matias Guijarro <matias.guijarro@...>
- Date: Sun, 24 May 2009 14:24:23 +0200
Hello,
You can always compile both Lua and lua-iconv using MinGW,
I never tried to compile lua-iconv but I noticed the POSIX iconv
library is shipped with MinGW... Compiling Lua using MinGW
is very easy, nothing special to say.
Have a look to :
http://www.mingw.org/
http://www.mingw.org/wiki/MSYS
http://www.mingw.org/wiki/HOWTO_Install_the_MinGW_GCC_Compiler_Suite
Cheers,
Matias.
daurnimator a écrit :
Hi all,
I would like to get lua iconv (
http://luaforge.net/projects/lua-iconv/ ) to work on a windows, system.
Is someone able to help?
I have never compiled anything for windows...
Cheers,
Daurn