On Sun, Aug 31, 2014 at 10:41 AM, David Åhman <
david...@gmail.com> wrote:
>>sudo apt-get install g++
>>sudo apt-get install libpng12-dev
>>sudo apt-get install libsdl2-dev
>>sudo apt-get install make
By the way, just a small trick: there seems to be an overhead every
time you run this command, but it allows multiple packages, so if goes
a bit faster if you do "apt-get install g++ libpng12-dev libsdl2-dev
make"!
> And then the instructionen told me to type
>>autoreconf -i
>>Makefile.am:233: warning: shell cat $(srcdir: non-POSIX variable name
>>Makefile.am:233: (probably a GNU make extension)
>
> No idea what that means. Am I supposed to be in the quadra-1.3.0 directory
> when typing that command?
Oh, the instructions are not correct... This is only necessary if you
are building directly from git. If you are building from the
quadra-1.3.0.tar.gz download, this step has already been done for you.
There should be no harm in doing it another time, though!
Also, these are only warning messages, because I did something strange
(but necessary) in the Makefile.am file. On non-Linux platform, the
could be portability issues... But since you're on Ubuntu, you are
okay!
> Am I using correct autoreconf?
>> autoreconf --version
> autoreconf (GNU Autoconf) 2.69
>
> Autoconf 2.50 chosen by Debian wrapper script.
These are exactly the versions that I used, they should work fine.
Have fun!