Gigoteur / UnicornConsole

Unicorn Console: create quick fantasy game in Rust/Python/Lua/Rhai/Wasm !
MIT License
905 stars 47 forks source link

Lua #57

Closed iezed closed 7 years ago

iezed commented 7 years ago

Hi, on Ubuntu I try to build with lua plugin, but I have this error: 'does not have these features: lua'. I need to install something? Thanks.

Matt-McConway commented 7 years ago

Just double checking, do you have Lua installed?

iezed commented 7 years ago

Yes,I have lua 5.2.4.

Matt-McConway commented 7 years ago

I'm thinking only 5.3 and beyond is supported, based off what I found here. @hallucino Do you know what's going on here?

iezed commented 7 years ago

I have, lua5.1, lua5.2, lua5.3 and liblua5.3-dev.

hallucino commented 7 years ago

Have you sync with the latest commit ? I did some modification yesterday. Do a 'cargo clean' before

hallucino commented 7 years ago

Oops sorry. Please use 'px8_plugin_lua' for the features option. I did that because I want to modify in depth the plugin yo speed up the perf.

iezed commented 7 years ago

Thanks.

hallucino commented 7 years ago

I added the modif here: https://github.com/Gigoteur/PX8/blob/master/README.md#build