• Stars
    star
    126
  • Rank 284,543 (Top 6 %)
  • Language
    C
  • License
    GNU General Publi...
  • Created about 9 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The Advanced Prince of Persia Engine (a childhood dream)

MININIM

The Advanced Prince of Persia Engine (a childhood dream)

MININIM

Building

To build MININIM from this Git repository you'll need to have installed in your machine Automake, Autoconf, GCC, GNU Make, gnulib, CMake, Lua 5.0, Readline and MININIM's fork of Allegro. For apt based GNU/Linux distributions (Ubuntu, Debian, ...):

sudo apt-get remove liballegro5-dev liballegro-image5-dev \
  liballegro-audio5-dev liballegro-acodec5-dev liballegro-dialog5-dev
sudo apt-get install automake autoconf gcc make gnulib cmake lua50 \
  liblua50-dev liblualib50-dev libreadline-dev
sudo apt-get build-dep allegro5
git clone https://github.com/oitofelix/allegro5.git
cd allegro5
cmake
make
sudo make install
cd ..
git clone https://github.com/oitofelix/mininim.git
cd mininim
./bootstrap
./configure LUA_LIB="-llua50 -llualib50"
make
./mininim

To build MININIM's documentation you'll need Texinfo, TeX Live and help2man. For apt based distributions:

sudo apt-get install texinfo texlive texlive-generic-recommended \
  help2man
cd mininim/doc
make mininim.pdf

More Repositories

1

pil-4th

Solutions to Exercises of Book Programming in Lua (Fourth Edition)
Lua
12
star
2

info-rename-buffer

Rename Info buffers to match manuals
Emacs Lisp
9
star
3

tramp-auto-auth

TRAMP automatic authentication library
Emacs Lisp
7
star
4

cpu-sos

S.O.S. from a CPU in distress
Emacs Lisp
5
star
5

gnu-philosophy

GNU philosophy: GNU project's exhaustive collection of articles and essays about free software and related matters.
TeX
5
star
6

ps2-linux

PlayStation 2 Linux
4
star
7

dosix

DOSix: The (never-obsolete) DOS on top of a Unix kernel
C
4
star
8

decimatrix-8086

DeciMatrix 8086
Makefile
4
star
9

eterm-fn

Function keys (F1--F12) for GNU Emacs terminal
Emacs Lisp
3
star
10

elpa-deploy

ELPA deployment library
Emacs Lisp
3
star
11

qdot-8086

QDot 8086
3
star
12

8f-userrpl-kernel

8F UserRPL Kernel
2
star
13

basic-8086

BASIC 8086
Makefile
2
star
14

pw-3.1

Programming Windows 3.1
Batchfile
2
star
15

ports

Software Ports to Eccentric Platforms
C
2
star
16

article-gpg-and-ssh-key-handling

Article: GPG and SSH key handling
1
star
17

dragopkg

DragoPKG
1
star
18

pkcs12-gpg-ssh-sign

Sign Windows files using GPG-encrypted PKCS#12 certificate and its GPG-encrypted password which is sent through SSH
Shell
1
star
19

translation-stallman-speech-on-free-software

Translation: Stallman speech on free software
1
star
20

article-savannah-cvs-to-git-migration

Article: Savannah CVS to Git Migration
1
star
21

oitofelix.github.io

Personal homepage
CSS
1
star
22

merpc

MerpC: Mobile ERP Client
JavaScript
1
star
23

academic

TeX
1
star
24

terminal-matrix-8086

Terminal Matrix 8086
Makefile
1
star
25

elpa

oitofelix's ELPA
Emacs Lisp
1
star
26

presentation-tls-libre-software

Presentation: TLS: Libre Software; free software as a viable market strategy for companies
1
star
27

assassinos-matinais

Assassinos Matinais
1
star
28

ssh-gpg-backup

Create, verify and restore Tar-archived, Gzip-compressed and GPG-encrypted backups between remote hosts through SSH. A simple and general remote backup solution using standard GNU tools.
Shell
1
star