Gigoteur / UnicornConsole

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

.deb package missing #22

Closed ghost closed 1 year ago

ghost commented 7 years ago

where can we find .deb packages?

hallucino commented 7 years ago

Good question ! Right now I'm waiting to finish the 0.0.3 version before doing that.

doyousketch2 commented 7 years ago

It's easy enough to build from source, but takes some time.

Be certain to install dev headers for OpenSSL or you get this error:

error: failed to run custom build command for openssl-sys v0.9.15

So yeah, either run each command individually, or string them all together with &&

sudo apt-get update
sudo apt-get install libsdl2-dev libsdl2-mixer-dev libpython3-dev libssl1.0-dev
git clone https://github.com/Gigoteur/PX8.git
cd PX8
cargo build --features="cpython px8_plugin_lua" --release
./target/release/px8 -s 4 ./examples/api_demos.p8 ./target/release/px8 -s 4 ./examples/demos.p8

Notice the extensions are .p8, not .py as stated in readme.md