Skip to content

Linux libraries

Pre-release
Pre-release
Compare
Choose a tag to compare
@ufrshubham ufrshubham released this 03 Oct 06:53
· 37 commits to main since this release
6704a93

Brick Buster depends on SFML and Box2D. So if you are planning to build Brick-Buster from source you will need libraries from both these projects. To save you some time here are the required pre-build static release libraries for Linux.

To use them

  • Clone Brick Buster.
  • Download and extract brick_buster_lnx_libs.7z.
  • Copy *.a files from extracted brick_buster_lnx_libs/box2d/ and brick_buster_lnx_libs/sfml/ to cloned Brick-Buster/vendor/box2d/lib/ and Brick-Buster/vendor/sfml/lib/ respectively.

Note: These are 64-bit libraries. If you are on a 32-bit machine you will have to build your own libraries from original sources.