Giter VIP home page Giter VIP logo

fm_builder's Introduction

Slippi-FM builder

This repository contains a Dockerfile that will spit out the binary (and possibly some runtime .so dependencies) for various Faster Melee versions.

Basically all it does is set up a container in which to run this installer script by Nikki. This might be needed due to modern operating systems possibly not meeting (easily) the build/runtime requirements.

I needed this when I wanted to practice doubles on a CPU again. Maybe someone else finds it some day.

Usage

Firstly, install docker. Then run:

docker build \
    --build-arg CPU_COUNT=$(getconf _NPROCESSORS_ONLN 2>/dev/null) \
    --output type=tar,dest=slippi.tar \
    .

After this finishes, you should have a tar file named slippi.tar on your machine. Unpack this file somewhere, e.g.:

mkdir -p ~/.config/fm_slippi/
tar -xf slippi.tar -C ~/.config/fm_slippi/

Then you can run the executable (with the exported object files) in that directory as follows:

LD_LIBRARY_PATH=~/.config/fm_slippi/lib/ ~/.config/fm_slippi/slippi-r18-netplay

In missing_libs.txt you can change what shared objects you want to copy over from the container.

You can inspect Dockerfile to see the possible arguments.

fm_builder's People

Contributors

rintse avatar

Watchers

 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.