Skip to content
/ fbarr Public
forked from TASEmulators/fbarr

Automatically exported from code.google.com/p/fbarr

Notifications You must be signed in to change notification settings

emfloyd2/fbarr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

What does the Recording Version do?

FinalBurn Alpha Rerecording is the rerecording version of Final Burn Alpha with many customized features designed to aid in recording movie input files

Resources

Windows Compilation Guide for Dummies

For people like myself who aren't familiar with compiling code in Windows, this is easiest way to get yourself building FBA-rr.

Follow the FBA Compilation Guide for GCC 3.4.5. BUT, before running mingw32-make mingw345, you'll have to take care of LUA dependencies

  • In c:\mingw345\makefile.mingw345, comment out this line

    allobj += $(srcdir)depend/libs/lua/liblua51.a
    
  • Copy Lua Headers into place

    1. Download Lua 5.1.5 source code
    2. Copy src\*.h into c:\mingw345\include
  • Copy Lua Binaries into place

    1. Download latest build of Lua 5.1.5 Libraries files from Sourceforge
    2. Copy lua5.1.dll and lua5.1.lib into c:\mingw345\lib

About

Automatically exported from code.google.com/p/fbarr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.4%
  • C 15.4%
  • Assembly 1.1%
  • Objective-C 0.9%
  • Perl 0.1%
  • HLSL 0.1%