Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vkottler committed Oct 9, 2024
1 parent 8e57c8f commit 430ca64
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion config
22 changes: 11 additions & 11 deletions scripts/sh/install_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@ if ! is_rpi; then

if ! is_wsl; then
# stuff for kicad
PACKAGES+=(libglu1-mesa-dev libgl1-mesa-dev libglew-dev)
PACKAGES+=(libglm-dev)
PACKAGES+=(libcurl4-openssl-dev libcairo2-dev libboost-all-dev)
# PACKAGES+=(libglu1-mesa-dev libgl1-mesa-dev libglew-dev)
# PACKAGES+=(libglm-dev)
# PACKAGES+=(libcurl4-openssl-dev libcairo2-dev libboost-all-dev)

PACKAGES+=(libharfbuzz-dev libngspice0-dev)
# PACKAGES+=(libharfbuzz-dev libngspice0-dev)

PACKAGES+=(libocct-modeling-algorithms-dev)
PACKAGES+=(libocct-modeling-data-dev)
PACKAGES+=(libocct-data-exchange-dev)
PACKAGES+=(libocct-visualization-dev)
PACKAGES+=(libocct-foundation-dev)
PACKAGES+=(libocct-ocaf-dev)
# PACKAGES+=(libocct-modeling-algorithms-dev)
# PACKAGES+=(libocct-modeling-data-dev)
# PACKAGES+=(libocct-data-exchange-dev)
# PACKAGES+=(libocct-visualization-dev)
# PACKAGES+=(libocct-foundation-dev)
# PACKAGES+=(libocct-ocaf-dev)

PACKAGES+=(swig4.0 unixodbc-dev)
# PACKAGES+=(swig4.0 unixodbc-dev)

# We may need to figure this out at some point.
if ! is_pop; then
Expand Down

0 comments on commit 430ca64

Please sign in to comment.