Add my fork of luaffifb as a submodule

This commit is contained in:
gamax92 2017-09-18 20:32:43 -06:00
parent f668de7dae
commit fc5a3e6905
3 changed files with 8 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "luaffifb"]
path = luaffifb
url = https://github.com/gamax92/luaffifb

View File

@ -8,6 +8,8 @@ Needs lua-5.2, luafilesystem, luautf8, luaffi, and SDL2.
luasocket is optional but is required for the Internet Component and higher precision timing.
luasec is optional but is required for HTTPS.
This git repository contains submodules, please clone using `git clone --recursive https://github.com/gamax92/OCEmu.git`
**Windows**
Binaries: [Windows 32bit](http://gamax92.pc-logix.com/ocemu/OCEmu-x32.zip) and [Windows 64bit](http://gamax92.pc-logix.com/ocemu/OCEmu-x64.zip) [(Build Date)](http://gamax92.pc-logix.com/ocemu/builddate.txt)
@ -58,7 +60,8 @@ luarocks-5.2 install luafilesystem
luarocks-5.2 install luautf8
luarocks-5.2 install luasocket
luarocks-5.2 install luasec
luarocks-5.2 install --server=http://luarocks.org/dev luaffi
cd luaffifb
luarocks-5.2 make
# OpenComputer's lua source code is not provided, if you have svn then use the provided Makefile
# If you hate svn, manually download assets/loot, assets/lua, and assets/font.hex into src/

1
luaffifb Submodule

@ -0,0 +1 @@
Subproject commit 9cf438b5093fa94159f464a252cea6c40f4e1a35