Git Product home page Git Product logo

Comments (4)

evanbowman avatar evanbowman commented on September 13, 2024

Hey, thanks for the suggestion!
The build system does currently work, only it expects you to first build SFML in deps, because that's where it looks for the frameworks when constructing the BlindJump.app package.
I should put a comment in the readme.

I actually know about the find sfml CMake module, and used to use it. The reason I don't anymore is because using it breaks windows builds, because Windows doesn't have a lib dir so you just have to hope people put SFML in a place where the CMake script can find it. It's easier for me to just say build sfml first, then build BlindJump, then the steps are the same for all operating systems.

from blind-jump.

nevzheng avatar nevzheng commented on September 13, 2024

Oh! I get it now!

from blind-jump.

evanbowman avatar evanbowman commented on September 13, 2024

Great!

P.S. Btw a lot of the code in this repo is clean, but I also wrote a lot of it two years ago when I was still learning and there's some sloppy stuff in here. I just mean not all of it is a model for good C++ code.

from blind-jump.

nevzheng avatar nevzheng commented on September 13, 2024

Understood

from blind-jump.

Related Issues (12)

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.