From: Leonardo Giordano <lgiordano@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] Python / Lua socket programming
Date: Thu, 07 Aug 2008 11:33:04 -0300 [thread overview]
Message-ID: <489B07A0.1090401@gmail.com> (raw)
In-Reply-To: <489AFEB8.6000406@cetrtapot.si>
Hinko,
I will try it. I haven't downloaded luasocket yet.
Best regards,
Hinko Kocevar escribi?:
> Leonardo Giordano wrote:
>
>
>> For lua, I should add luasocket library but I don't know how.
>>
>> Any comments?
>>
>
> You'll need to build lua first, then luasocket as another package, independently.
> luasocket relies on lua headers/libs. You'll probably need to fix some
> paths in lua(socket) in order for luasocket to find lua stuff inside the
> buildroot.
>
> these steps might help:
> cd lua-5.1.3
> make linux
> make install INSTALL_TOP=/home/hinkok/Desktop/lua/out
> cd ../luasocket-2.0.2
> LUAINC=-I/home/hinkok/Desktop/lua/out/include INSTALL_TOP_SHARE=/home/hinkok/Desktop/lua/out/share INSTALL_TOP_LIB=/home/hinkok/Desktop/lua/out/lib/lua/5.1 make
> make install INSTALL_TOP_SHARE=/home/hinkok/Desktop/lua/out/share INSTALL_TOP_LIB=/home/hinkok/Desktop/lua/out/lib/lua/5.1
>
>
> HTH,
> Hinko
>
>
prev parent reply other threads:[~2008-08-07 14:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-07 12:27 [Buildroot] Python / Lua socket programming Leonardo Giordano
2008-08-07 13:55 ` Hinko Kocevar
2008-08-07 14:33 ` Leonardo Giordano [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=489B07A0.1090401@gmail.com \
--to=lgiordano@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.