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 2) Install and build luajit: git clone http://luajit.org/git/luajit-2.0.git cd luajit-2.0 make sudo make install 3) Clone jivelite & build it: git clone https://code.google.com/p/jivelite/ cd jivelite/src make cd .. 4) Run it ./bin/jivelite ------------------------------------------------------------------------ Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 View this thread: http://forums.slimdevices.com/showthread.php?t=98156 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
