mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-21 21:33:56 +02:00
15 lines
471 B
Bash
Executable File
15 lines
471 B
Bash
Executable File
#! /bin/sh
|
|
|
|
autoheader
|
|
autoconf
|
|
|
|
echo
|
|
echo "Now you need to run the configure script. The configure script may take the"
|
|
echo "\"--target=TARGET\" option and various \"--enable-FEATURE\" and \"--with-PACKAGE\""
|
|
echo "options."
|
|
echo
|
|
echo "Run \"./configure --help\" to see all available options."
|
|
echo "Run \"./configure --help=short\" just to see the Atari800 FEATURE options."
|
|
echo "Run \"./configure --target=help\" without a parameter to see the valid targets."
|
|
echo
|