Unix emulator of the Tesla PMD 85, an 8-bit personal micro-computer and all its compatible models produced in eighties of 20th century in former Czechoslovakia.
gcc
or clang
, make
)autoconf
, automake
, autoheader
, autom4te
…)pkg-config
)libSDL: "2.0.x"
)sudo apt-get install build-essential autoconf autotools-dev pkg-config libsdl2-dev
sudo dnf install gcc make autoconf automake pkgconfig SDL2-devel
(in older distros there was yum
package manager instead of dnf
)clang
& make
)sudo port install autoconf automake pkgconfig libsdl2
,
or with Brew: brew install autoconf automake pkg-config sdl2
autoreconf -vfi
./configure
(for all available options/switches type ./configure --help
)make
to buildsudo make install