https://github.com/tasemulators/fbarr
Automatically exported from code.google.com/p/fbarr
https://github.com/tasemulators/fbarr
Last synced: 3 months ago
JSON representation
Automatically exported from code.google.com/p/fbarr
- Host: GitHub
- URL: https://github.com/tasemulators/fbarr
- Owner: TASEmulators
- Created: 2015-03-31T20:04:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T18:50:30.000Z (about 7 years ago)
- Last Synced: 2025-04-13T13:15:36.809Z (3 months ago)
- Language: C++
- Size: 7.75 MB
- Stars: 4
- Watchers: 17
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 filesResources
=========- http://tasvideos.org/forum/viewtopic.php?t=7234
- http://tasvideos.org/EmulatorResources/Fbarr.html
- http://tasvideos.org/EmulatorResources/Fbarr/FBM.htmlWindows 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
1. Copy `lua5.1.dll` and `lua5.1.lib` into `c:\mingw345\lib`[Compilation Guide]: https://www.fbalpha.com/compile/
[Lua 5.1.5 source code]: https://www.lua.org/versions.html#5.1
[Lua 5.1.5 Libraries]: https://sourceforge.net/projects/luabinaries/files/5.1.5/Windows%20Libraries/Dynamic/
[Final Burn Alpha]: https://www.fbalpha.com/