Skip to content

Commit

Permalink
Update build_debian-buster for osim
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Oct 15, 2024
1 parent c1ca57d commit 0f6df8f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/build_debian-buster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,8 @@ if [[ -z ${OSC_SKIP_APT:+x} ]]; then

${sudo} apt-get update

# osc: transitive dependencies from OpenSim
${sudo} apt-get install -y git freeglut3-dev libxi-dev libxmu-dev liblapack-dev wget

# osc: main dependencies
${sudo} apt-get install -y build-essential cmake libsdl2-dev libgtk-3-dev
${sudo} apt-get install -y build-essential cmake libsdl2-dev libgtk-3-dev liblapack-dev

# osc: docs dependencies (if OSC_BUILD_DOCS is set)
[[ ! -z "${OSC_BUILD_DOCS:+z}" ]] && ${sudo} apt-get install python3 python3-pip
Expand Down

0 comments on commit 0f6df8f

Please sign in to comment.