Triode wrote: > It's currently only linux, but I'd like to get feedback and help with > skin development, so here's some step by step instuctions - please > comment on them so we can correct for other users as I can't try this > out completely. Note it will work for i386 and arm7 at present. I'll > add x86_64 libraries soon. > > 1) Install git and the following libraries from your linux distro: > libSDL-1.2, libSDL_ttf-2.0, libSDL_image-1.2, libSDL_gfx > > Code: -------------------- > > > sudo apt-get install git libsdl1.2-dev libsdl-ttf2.0-dev libsdl-image1.2-dev libsdl-gfx1.2-dev > -------------------- > > > No problems here.
Triode wrote: > > 2) Install and build luajit: > > Code: -------------------- > > > git clone http://luajit.org/git/luajit-2.0.git > cd luajit-2.0 > make > sudo make install > cd .. > -------------------- > > > None here either. Triode wrote: > > 3) Clone jivelite & build it: > > Code: -------------------- > > > git clone https://code.google.com/p/jivelite/ > cd jivelite/src > make > cd .. > -------------------- > > > Looked ok? Triode wrote: > > 4) Run it > > Code: -------------------- > > > ./bin/jivelite > -------------------- > > got an error: Code: -------------------- ./bin/jivelite: error while loading shared libraries: libluajit-5.1.so.2: cannot open shared object file: No such file or directory -------------------- Guess this might be the missing libraries. Missed the bit about the 64 bit. ------------------------------------------------------------------------ lrossouw's Profile: http://forums.slimdevices.com/member.php?userid=3416 View this thread: http://forums.slimdevices.com/showthread.php?t=98156 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
