lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I'll have to recompile and put it in. I have it for Linux/arm, but would do for x86_64 and i386 too.

This is libzmq 3.00 branch which soon might become stable I think.

Also I tend to keep on most of the binaries "git log -1 >> libzmq.so" so tail on it should give version.

On 7/14/2011 5:10 PM, Ryan Pusztai wrote:
This looks very cool. Does it have zmq support for Linux? I didn't see
it in the directories. I am specifically looking for x86_64, but I
didn't see libzmg.so in either. Thanks.
--
Regards,
Ryan

Sent from Android

On Jul 14, 2011 6:15 PM, "Dimiter "malkia" Stanev" <malkia@gmail..com
<mailto:malkia@gmail.com>> wrote:
 > ----------------------------------------------------------------
 > - -
 > - UFO - Un Finished Object -
 > - -
 > ----------------------------------------------------------------
 > UFO is a portable distribution of LuaJIT (http://luajit.org),
 > that includes precompiled binaries for various platforms,
 > and FFI bindings for several open source (precompiled) libraries
 > ----------------------------------------------------------------
 >
 > Some of the bindings included are:
 > OpenGL and glu, OpenCL, SDL, ZeroMQ, GLFW and others
 >
 > To fire up quickly a sample, please do:
 > ./luajit samples/intro.lua (uses SDL)
 >
 > Some more:
 > ./luajit samples/glfw/moar.lua (uses OpenGL, glu, GLFW)
 > ./luajit samples/AntTweakBar/simple.lua (AntTweakBar, others)
 > ./luajit samples/AntTweakBar/OpenCL-info.lua
 > ./luajit samples/OpenCL/info.lua
 >
 > The most excellent sol's imgui implementation notes using SDL:
 > ./luajit samples/SDL/imgui/ch01.lua
 > ./luajit samples/SDL/imgui/ch02.lua
 > ./luajit samples/SDL/imgui/ch03.lua
 > ./luajit samples/SDL/imgui/ch04.lua
 > ./luajit samples/SDL/imgui/ch05.lua
 > ./luajit samples/SDL/imgui/ch06.lua
 >
 > -------------------------------------------------------
 > FOR ALL LEGAL STUFF (LICENSE, COPYRIGHT, COPYLEFT, etc)
 > PLEASE REFER TO THE doc/legal FOLDER
 > -------------------------------------------------------
 >
 > Dimiter "malkia" Stanev
 > http://github.com/malkia/ufo
 >
 > P.S..
 > There are lot of un finished "objects": bindings, samples,
 > platforms, etc.
 > Hopefully I would never finish it :), as I would like this
 > experiment to be always work in progress.
 >
 >