Giter Club home page Giter Club logo

vba-sdl-h's Introduction

VBA-SDL-H

This is a fork of https://github.com/cosarara97/vba-sdl-h original readme is below.

Readme

This is a fork of VBA-SDL-H, as a result of the author's repository having been down for some time.

Vanilla VBA-SDL-H (see links at the bottom) wouldn't build on an updated arch linux. The configure script couldn't be regenerated without bringing all that autotools system to today's standards as well. I decided to just remove the entire build system and write a short Makefile (which shouldn't be too difficult to maintain).

Also, I applied these changes to fix a bug:

http://sourceforge.net/p/vba/patches/35/

Building

Dependencies:

  • libpng (12 or 16, you can change the makefile for each)
  • SDL1.2
  • zlib
  • minizip
  • readline

On arch linux you'll find all the dependencies in the repository. On debian you'll have to build minizip manually. To do so (you will need autotools):

$ git submodule init
$ git submodule update
$ cd minizip
$ rm -f Makefile
$ autoreconf -i
$ autoconf
$ automake --add-missing
$ automake
$ ./configure --prefix=/usr
$ make
# make install

Config

The configuration file is named VisualBoyAdvance.cfg, and will be installed in /etc/ on "make install". You can copy it to ~/.config/vba-sdl-h/", and it will take precedence over the former.

[1] http://labmaster.bios.net.nz/vba-sdl-h/

[2] https://www.dropbox.com/s/1bp33i7j2uxhlva/vba-sdl-h-src.tar.gz?dl=0

vba-sdl-h's People

Contributors

cosarara avatar touched avatar samfin avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.