File: build.sh

package info (click to toggle)
box2d 2.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,920 kB
  • sloc: cpp: 54,320; ansic: 22,948; objc: 1,878; makefile: 23; sh: 12
file content (8 lines) | stat: -rwxr-xr-x 161 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

# Use this to build box2d on any system with a bash shell
rm -rf build
mkdir build
cd build
cmake -DBOX2D_BUILD_DOCS=OFF ..
cmake --build .