Search found 2 matches

by felipefrog
Wed Oct 15, 2008 11:47 pm
Forum: Latest Release Information
Topic: SVN Build Information.
Replies: 19
Views: 45970

SVN Build Information.

Try:

Code: Select all

sudo aptitude install --with-recommends zlib1g zlib1g-dev

<div>

</div>

 

Thank you VERY MUCH! It worked like a charm! I also had missing packages for PNG and SDL. The rest went smoothly, now I have vba-m working flawlessy on a 4G eeePc!

by felipefrog
Wed Oct 15, 2008 4:26 pm
Forum: Latest Release Information
Topic: SVN Build Information.
Replies: 19
Views: 45970

SVN Build Information.

The linux build now uses cmake . 1) Install that . 2) Optionally play with flags in CMakeLists.txt 3) In the trunk directory, run cmake. 4) Now you have a Makefile and can run make.   notes: before cmake, there was only one linux port (the SDL one) and it had hand-made Makefile(s) if you have the ...