Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 716 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 716 Bytes

PINBALL-TABLE-HURD

INFOS

For more details check file:

  • data/hurd/README.txt

USAGE

It's easy build table assuming that Emilia pinball headers installed in system.

./bootstrap && ./configure && make && make install

For Debian users building a package can be automated using:

./debian/rules rule/setup && ./debian/rules && debi

Then new table should be listed when you run pinball game.

Also a Dockerfile can be used as reference env.

docker build .
docker-compose up

RESOURCES